== Draft == '''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it! = 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 |do not use the old axis and button mapping for XInput devices |- |1 |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. == 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]], [[CategoryDraft]]