Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_JoystickEventState(3) | SDL API Reference | SDL_JoystickEventState(3) |
NAME
SDL_JoystickEventState - Enable/disable joystick event pollingSYNOPSIS
#include "SDL.h"DESCRIPTION
This function is used to enable or disable joystick event processing. With joystick event processing disabled you will have to update joystick states with SDL_JoystickUpdate and read the joystick information manually. state is either SDL_QUERY, SDL_ENABLE or SDL_IGNORE.
Note:
Joystick event handling is prefered
RETURN VALUE
If state is SDL_QUERY then the current state is returned, otherwise the new processing state is returned.SEE ALSO
SDL Joystick Functions, SDL_JoystickUpdate, SDL_JoyAxisEvent, SDL_JoyBallEvent, SDL_JoyButtonEvent, SDL_JoyHatEventTue 11 Sep 2001, 22:59 | SDL |