Uses of Class
sdljava.x.swig.SWIGTYPE_p__SDL_Joystick

Packages that use SWIGTYPE_p__SDL_Joystick
sdljava.joystick Provides all the functions which are defined in the SDL_joystick.h header 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SWIGTYPE_p__SDL_Joystick in sdljava.joystick
 

Fields in sdljava.joystick declared as SWIGTYPE_p__SDL_Joystick
(package private)  SWIGTYPE_p__SDL_Joystick SDLJoystick.swigJoystick
           
 

Constructors in sdljava.joystick with parameters of type SWIGTYPE_p__SDL_Joystick
SDLJoystick(SWIGTYPE_p__SDL_Joystick swigJoystick)
           
 

Uses of SWIGTYPE_p__SDL_Joystick in sdljava.x.swig
 

Methods in sdljava.x.swig that return SWIGTYPE_p__SDL_Joystick
static SWIGTYPE_p__SDL_Joystick SWIG_SDLJoystick.SDL_JoystickOpen(int device_index)
           
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p__SDL_Joystick
protected static long SWIGTYPE_p__SDL_Joystick.getCPtr(SWIGTYPE_p__SDL_Joystick obj)
           
static void SWIG_SDLJoystick.SDL_JoystickClose(SWIGTYPE_p__SDL_Joystick joystick)
           
static short SWIG_SDLJoystick.SDL_JoystickGetAxis(SWIGTYPE_p__SDL_Joystick joystick, int axis)
           
static int SWIG_SDLJoystick.SDL_JoystickGetBall(SWIGTYPE_p__SDL_Joystick joystick, int ball, int[] arg2, int[] arg3)
           
static short SWIG_SDLJoystick.SDL_JoystickGetButton(SWIGTYPE_p__SDL_Joystick joystick, int button)
           
static short SWIG_SDLJoystick.SDL_JoystickGetHat(SWIGTYPE_p__SDL_Joystick joystick, int hat)
           
static int SWIG_SDLJoystick.SDL_JoystickIndex(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SWIG_SDLJoystick.SDL_JoystickNumAxes(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SWIG_SDLJoystick.SDL_JoystickNumBalls(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SWIG_SDLJoystick.SDL_JoystickNumButtons(SWIGTYPE_p__SDL_Joystick joystick)
           
static int SWIG_SDLJoystick.SDL_JoystickNumHats(SWIGTYPE_p__SDL_Joystick joystick)