SDL_JoystickEventsEnabled

Query the state of joystick event processing.

If joystick events are disabled, you must call SDL_UpdateJoysticks() yourself and check the state of the joystick when you want joystick information.

extern (C) nothrow @nogc extern
bool
SDL_JoystickEventsEnabled
()

Return Value

Type: bool

true if joystick events are being processed, false otherwise.

See Also

Meta