sdljava.x.swig
Class SWIG_SDLJoystick

java.lang.Object
  extended by sdljava.x.swig.SWIG_SDLJoystick
All Implemented Interfaces:
SWIG_SDLJoystickConstants

public class SWIG_SDLJoystick
extends java.lang.Object
implements SWIG_SDLJoystickConstants


Field Summary
 
Fields inherited from interface sdljava.x.swig.SWIG_SDLJoystickConstants
SDL_HAT_CENTERED, SDL_HAT_DOWN, SDL_HAT_LEFT, SDL_HAT_LEFTDOWN, SDL_HAT_LEFTUP, SDL_HAT_RIGHT, SDL_HAT_RIGHTDOWN, SDL_HAT_RIGHTUP, SDL_HAT_UP
 
Constructor Summary
SWIG_SDLJoystick()
           
 
Method Summary
static void SDL_JoystickClose(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SDL_JoystickEventState(int state)
           
static short SDL_JoystickGetAxis(SWIGTYPE_p__SDL_Joystick joystick, int axis)
           
static int SDL_JoystickGetBall(SWIGTYPE_p__SDL_Joystick joystick, int ball, int[] arg2, int[] arg3)
           
static short SDL_JoystickGetButton(SWIGTYPE_p__SDL_Joystick joystick, int button)
           
static short SDL_JoystickGetHat(SWIGTYPE_p__SDL_Joystick joystick, int hat)
           
static int SDL_JoystickIndex(SWIGTYPE_p__SDL_Joystick joystick)
           
static java.lang.String SDL_JoystickName(int device_index)
           
static int SDL_JoystickNumAxes(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SDL_JoystickNumBalls(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SDL_JoystickNumButtons(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SDL_JoystickNumHats(SWIGTYPE_p__SDL_Joystick joystick)
           
static SWIGTYPE_p__SDL_Joystick SDL_JoystickOpen(int device_index)
           
static int SDL_JoystickOpened(int device_index)
           
static void SDL_JoystickUpdate()
           
static int SDL_NumJoysticks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWIG_SDLJoystick

public SWIG_SDLJoystick()
Method Detail

SDL_NumJoysticks

public static int SDL_NumJoysticks()

SDL_JoystickName

public static java.lang.String SDL_JoystickName(int device_index)

SDL_JoystickOpen

public static SWIGTYPE_p__SDL_Joystick SDL_JoystickOpen(int device_index)

SDL_JoystickOpened

public static int SDL_JoystickOpened(int device_index)

SDL_JoystickIndex

public static int SDL_JoystickIndex(SWIGTYPE_p__SDL_Joystick joystick)

SDL_JoystickNumAxes

public static int SDL_JoystickNumAxes(SWIGTYPE_p__SDL_Joystick joystick)

SDL_JoystickNumBalls

public static int SDL_JoystickNumBalls(SWIGTYPE_p__SDL_Joystick joystick)

SDL_JoystickNumHats

public static int SDL_JoystickNumHats(SWIGTYPE_p__SDL_Joystick joystick)

SDL_JoystickNumButtons

public static int SDL_JoystickNumButtons(SWIGTYPE_p__SDL_Joystick joystick)

SDL_JoystickUpdate

public static void SDL_JoystickUpdate()

SDL_JoystickEventState

public static int SDL_JoystickEventState(int state)

SDL_JoystickGetAxis

public static short SDL_JoystickGetAxis(SWIGTYPE_p__SDL_Joystick joystick,
                                        int axis)

SDL_JoystickGetHat

public static short SDL_JoystickGetHat(SWIGTYPE_p__SDL_Joystick joystick,
                                       int hat)

SDL_JoystickGetBall

public static int SDL_JoystickGetBall(SWIGTYPE_p__SDL_Joystick joystick,
                                      int ball,
                                      int[] arg2,
                                      int[] arg3)

SDL_JoystickGetButton

public static short SDL_JoystickGetButton(SWIGTYPE_p__SDL_Joystick joystick,
                                          int button)

SDL_JoystickClose

public static void SDL_JoystickClose(SWIGTYPE_p__SDL_Joystick joystick)