#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGEnumerations for details on editing this page*^*^*^*^* = 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 == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == 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. ---- [[CategoryDefine]], [[CategoryHints]] ##See the Style Guide for instructions on editing the footer.