DRAFT |
SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS
A hint that specifies if joystick (and gamecontroller) events are enabled even when the application is in the background.
Values
0 |
disable joystick & gamecontroller input events when the application is in the background |
1 |
enable joystick & gamecontroller input events when the application is in the background |
Default
By default joystick (and gamecontroller) events are not enabled when the application is in the background.
Code Examples
You can add your code example here
Remarks
This hint may be set at any time.