equal
deleted
inserted
replaced
56 typedef enum |
56 typedef enum |
57 { |
57 { |
58 SDL_CONTROLLER_BINDTYPE_NONE = 0, |
58 SDL_CONTROLLER_BINDTYPE_NONE = 0, |
59 SDL_CONTROLLER_BINDTYPE_BUTTON, |
59 SDL_CONTROLLER_BINDTYPE_BUTTON, |
60 SDL_CONTROLLER_BINDTYPE_AXIS, |
60 SDL_CONTROLLER_BINDTYPE_AXIS, |
61 SDL_CONTROLLER_BINDTYPE_HAT, |
61 SDL_CONTROLLER_BINDTYPE_HAT |
62 } SDL_CONTROLLER_BINDTYPE; |
62 } SDL_CONTROLLER_BINDTYPE; |
63 /** |
63 /** |
64 * get the sdl joystick layer binding for this controller button/axis mapping |
64 * get the sdl joystick layer binding for this controller button/axis mapping |
65 */ |
65 */ |
66 struct _SDL_GameControllerHatBind |
66 struct _SDL_GameControllerHatBind |