Method |
Description |
|
GetAccelerationEvent ( int index ) : IAccelerationEvent |
|
|
GetAxis ( string name ) : float |
|
|
GetAxisRaw ( string name ) : float |
|
|
GetButton ( string name ) : bool |
|
|
GetButtonDown ( string name ) : bool |
|
|
GetButtonUp ( string name ) : bool |
|
|
GetJoystickNames ( ) : string[] |
|
|
GetKey ( string name ) : bool |
|
|
GetKeyDown ( string name ) : bool |
|
|
GetKeyUp ( string name ) : bool |
|
|
GetMouseButton ( int button ) : bool |
|
|
GetMouseButtonDown ( int button ) : bool |
|
|
GetMouseButtonUp ( int button ) : bool |
|
|
GetTouch ( int index ) : ITouch |
|
|
ResetInputAxes ( ) : void |
|
|