mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Merge ae77bed2ae into fa2a726cc3
This commit is contained in:
commit
11429a7317
1 changed files with 16 additions and 0 deletions
|
|
@ -247,6 +247,22 @@ typedef enum SDL_GamepadCapSenseType
|
|||
SDL_GAMEPAD_CAPSENSE_RIGHT_STICK, /**< Activated by touching the top of the right thumbstick */
|
||||
SDL_GAMEPAD_CAPSENSE_LEFT_GRIP, /**< Activated by gripping the left handle of the controller */
|
||||
SDL_GAMEPAD_CAPSENSE_RIGHT_GRIP, /**< Activated by gripping the right handle of the controller */
|
||||
SDL_GAMEPAD_CAPSENSE_LEFT_BUMPER, /**< Activated by touching the surface of the left bumper */
|
||||
SDL_GAMEPAD_CAPSENSE_RIGHT_BUMPER, /**< Activated by touching the surface of the right bumper */
|
||||
SDL_GAMEPAD_CAPSENSE_LEFT_TRIGGER, /**< Activated by touching the surface of the left trigger */
|
||||
SDL_GAMEPAD_CAPSENSE_RIGHT_TRIGGER, /**< Activated by touching the surface of the right trigger */
|
||||
SDL_GAMEPAD_CAPSENSE_LEFT_THUMB, /**< Activated by touching the surface of the left thumbrest */
|
||||
SDL_GAMEPAD_CAPSENSE_RIGHT_THUMB, /**< Activated by touching the surface of the right thumbrest */
|
||||
SDL_GAMEPAD_CAPSENSE_SEWN, /**< Activated by touching the surface of the SEWN buttons */
|
||||
SDL_GAMEPAD_CAPSENSE_SOUTH, /**< Activated by touching the surface of the South button */
|
||||
SDL_GAMEPAD_CAPSENSE_EAST, /**< Activated by touching the surface of the East button */
|
||||
SDL_GAMEPAD_CAPSENSE_WEST, /**< Activated by touching the surface of the West button */
|
||||
SDL_GAMEPAD_CAPSENSE_NORTH, /**< Activated by touching the surface of the North button */
|
||||
SDL_GAMEPAD_CAPSENSE_DPAD, /**< Activated by touching the surface of the Dpad buttons */
|
||||
SDL_GAMEPAD_CAPSENSE_DOWN, /**< Activated by touching the surface of the Down button */
|
||||
SDL_GAMEPAD_CAPSENSE_RIGHT, /**< Activated by touching the surface of the Right button */
|
||||
SDL_GAMEPAD_CAPSENSE_LEFT, /**< Activated by touching the surface of the Left button */
|
||||
SDL_GAMEPAD_CAPSENSE_UP, /**< Activated by touching the surface of the Up button */
|
||||
SDL_GAMEPAD_CAPSENSE_COUNT
|
||||
} SDL_GamepadCapSenseType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue