Method |
Description |
|
GetAnalogValue ( JoyAnalog ja ) : float |
|
|
GetButton ( JoyCode jb ) : bool |
|
|
GetButtonDown ( JoyCode jb ) : bool |
|
|
GetButtonName ( JoyAnalog j ) : string |
|
|
GetButtonName ( JoyCode j ) : string |
|
|
GetButtonUp ( JoyCode jb ) : bool |
|
|
GetDPad ( ) : Vector2 |
|
|
GetDPadHoriz ( ) : float |
|
|
GetDPadVert ( ) : float |
|
|
GetLeftStick ( ) : Vector2 |
|
|
GetLeftStickHoriz ( ) : float |
|
|
GetLeftStickVert ( ) : float |
|
|
GetLeftTrigger ( ) : float |
|
|
GetRightStick ( ) : Vector2 |
|
|
GetRightStickHoriz ( ) : float |
|
|
GetRightStickVert ( ) : float |
|
|
GetRightTrigger ( ) : float |
|
|
GetTriggers ( ) : Vector2 |
|
|
JoyInterface ( int p, JoyButtonSet j ) : System.Collections |
|
|
ReverseLookup ( int jk ) : JoyCode |
|
|
UpdateButtons ( ) : void |
|
|