Wiki Page Content

Revision 1 as of 2019-02-24 04:48:00

Clear message

DRAFT

SDL_GameControllerBindType

An enumeration of the different kinds of SDL_Joystick controls a SDL_GameControllerButtonBind can map to.

Values

SDL_CONTROLLER_BINDTYPE_NONE

Not mapped to anything on this SDL_Joystick (doesn't have this button/axis)

SDL_CONTROLLER_BINDTYPE_BUTTON

Maps to a button

SDL_CONTROLLER_BINDTYPE_AXIS

Maps to an axis

SDL_CONTROLLER_BINDTYPE_HAT

Maps to (a direction of) a hat

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryHeader


CategoryGameController

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