Method | Description | |
---|---|---|
IsJoyAttatched ( int index ) : boolean | ||
JoyGetNumButtons ( int index ) : int | ||
JoyGetNumJoyDev ( ) : int | ||
JoyGetStatus ( int index_, byte &buttons, int &pov ) : boolean | ||
JoyInit ( ) : int | ||
JoyReset ( ) : void |
public static IsJoyAttatched ( int index ) : boolean | ||
index | int | |
return | boolean |
public static JoyGetNumButtons ( int index ) : int | ||
index | int | |
return | int |
public static JoyGetStatus ( int index_, byte &buttons, int &pov ) : boolean | ||
index_ | int | |
buttons | byte | |
pov | int | |
return | boolean |