Public Member Functions | |
int | getIndex () |
native boolean | isOpened () |
native void | open () |
native void | close () |
native String | getName () |
native int | getNumAxes () |
native int | getNumBalls () |
native int | getNumHats () |
native int | getNumButtons () |
native int | getAxis (int axisIndex) |
native int | getBallDX (int ballIndex) |
native int | getBallDY (int ballIndex) |
native int | getHat (int hatIndex) |
native int | getButton (int butotnIndex) |
String | toString () |
Static Public Member Functions | |
native int | getNumJoysticks () |
Joystick | getJoystick (int index) |
Joystick | getJoystick () |
Joystick[] | getAllJoysticks () |
Protected Member Functions | |
void | finalize () throws Throwable |
Private Member Functions | |
Joystick (int joystickIndex) | |
Static Private Member Functions | |
Joystick[] | getJoysticks () |
SDLException | createNotOpenedException (int index, String name) |
Private Attributes | |
int | index |
gnu.gcj.RawData | implementation |
Static Private Attributes | |
Joystick[] | joysticks = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|