Uses of Class
at.wisch.joystick.exception.FFJoystickException

Packages that use FFJoystickException
at.wisch.joystick   
at.wisch.joystick.exception   
 

Uses of FFJoystickException in at.wisch.joystick
 

Methods in at.wisch.joystick that throw FFJoystickException
static boolean JoystickManager.disableJoystickEventPolling()
          Disable joystick input event polling.
static boolean JoystickManager.enableJoystickEventPolling()
          Enable joystick input event polling.
static void JoystickManager.init()
          Initialize the native JoystickManager subsystem.
 

Uses of FFJoystickException in at.wisch.joystick.exception
 

Subclasses of FFJoystickException in at.wisch.joystick.exception
 class JoystickManagerNotInitializedException
          The Class JoystickManagerNotInitializedException.
 class JoystickNotFoundException
          The Class JoystickNotFoundException.
 class SDLErrorException
          The Class SDLErrorException.