Property | Type | Description | |
---|---|---|---|
nodes | List |
Method | Description | |
---|---|---|
VirtualIntegerAxis ( ) : System | ||
addGamePadDPadLeftRight ( int gamepadIndex ) : |
adds GamePad DPad left/right to this VirtualInput
|
|
addGamePadDPadUpDown ( int gamepadIndex ) : |
adds GamePad DPad up/down to this VirtualInput
|
|
addGamePadLeftStickX ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
adds GamePad left stick X to this VirtualInput
|
|
addGamePadLeftStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
adds GamePad left stick Y to this VirtualInput
|
|
addGamePadRightStickX ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
adds GamePad right stick X to this VirtualInput
|
|
addGamePadRightStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
adds GamePad right stick Y to this VirtualInput
|
|
addKeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : |
adds keyboard Keys to emulate left/right or up/down to this VirtualInput
|
|
update ( ) : void |
public addGamePadDPadLeftRight ( int gamepadIndex ) : |
||
gamepadIndex | int | Gamepad index. |
return |
public addGamePadDPadUpDown ( int gamepadIndex ) : |
||
gamepadIndex | int | Gamepad index. |
return |
public addGamePadLeftStickX ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
||
gamepadIndex | int | Gamepad index. |
deadzone | float | Deadzone. |
return |
public addGamePadLeftStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
||
gamepadIndex | int | Gamepad index. |
deadzone | float | Deadzone. |
return |
public addGamePadRightStickX ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
||
gamepadIndex | int | Gamepad index. |
deadzone | float | Deadzone. |
return |
public addGamePadRightStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : |
||
gamepadIndex | int | Gamepad index. |
deadzone | float | Deadzone. |
return |
public addKeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : |
||
overlapBehavior | OverlapBehavior | Overlap behavior. |
negative | Keys | Negative. |
positive | Keys | Positive. |
return |