Method | Description | |
---|---|---|
GetButtonNameOf ( VJGamepadButton b ) : string | ||
GetButtonTypeOf ( VJGamepadButton b ) : VJGamePadButtonType | ||
GetKeyCodeOf ( VJGamepadButton b ) : KeyCode, | ||
GetSemanticOf ( VJGamepadButton b ) : string |
public static GetButtonNameOf ( VJGamepadButton b ) : string | ||
b | VJGamepadButton | |
return | string |
public static GetButtonTypeOf ( VJGamepadButton b ) : VJGamePadButtonType | ||
b | VJGamepadButton | |
return | VJGamePadButtonType |
public static GetKeyCodeOf ( VJGamepadButton b ) : KeyCode, | ||
b | VJGamepadButton | |
return | KeyCode, |
public static GetSemanticOf ( VJGamepadButton b ) : string | ||
b | VJGamepadButton | |
return | string |