sdljava.x.swig
class SWIG_SDLJoystickJNI extends Object
Method Summary | |
---|---|
static void | SDL_JoystickClose(long jarg1) |
static int | SDL_JoystickEventState(int jarg1) |
static short | SDL_JoystickGetAxis(long jarg1, int jarg2) |
static int | SDL_JoystickGetBall(long jarg1, int jarg2, int[] jarg3, int[] jarg4) |
static short | SDL_JoystickGetButton(long jarg1, int jarg2) |
static short | SDL_JoystickGetHat(long jarg1, int jarg2) |
static int | SDL_JoystickIndex(long jarg1) |
static String | SDL_JoystickName(int jarg1) |
static int | SDL_JoystickNumAxes(long jarg1) |
static int | SDL_JoystickNumBalls(long jarg1) |
static int | SDL_JoystickNumButtons(long jarg1) |
static int | SDL_JoystickNumHats(long jarg1) |
static long | SDL_JoystickOpen(int jarg1) |
static int | SDL_JoystickOpened(int jarg1) |
static void | SDL_JoystickUpdate() |
static int | SDL_NumJoysticks() |