Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2014-07-26 08:41:46
Size: 1315
Comment: Added page using content from header.
Revision 2 as of 2016-03-31 22:23:45
Size: 1316
Comment: Fixed typo.
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
This hint is for backwards compatibility only and will be removed in SDL 2.1 This hint is for backwards compatibility only and will be removed in SDL 2.1.

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.


CategoryDefine, CategoryHints

None: SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING (last edited 2016-03-31 22:23:45 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit