DRAFT |
SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING
A hint that specifies that SDL should use the old axis and button mapping for XInput devices.
Values
0 |
use the old axis and button mapping for XInput devices |
1 |
do not use old axis and button mapping for XInput devices |
Default
By default SDL does not use the old axis and button mapping for XInput devices.
Code Examples
You can add your code example here
Remarks
This hint is for backwards compatibility only and will be removed in SDL 2.1.
The default value is "0". This hint must be set before SDL_Init().
Version
This hint is available since SDL 2.0.4.