SDL_JoystickEventState (3) Linux Manual Page
SDL_JoystickEventState – Enable/disable joystick event polling
Synopsis
#include "SDL.h" int SDL_JoystickEventState(int state);
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
