mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Expose new gamepad buttons from SDL
This commit is contained in:
@@ -101,6 +101,12 @@ public:
|
||||
GAMEPAD_BUTTON_DPAD_DOWN,
|
||||
GAMEPAD_BUTTON_DPAD_LEFT,
|
||||
GAMEPAD_BUTTON_DPAD_RIGHT,
|
||||
GAMEPAD_BUTTON_MISC1, // Xbox Series X share button, PS5 mic button, Switch Pro capture button
|
||||
GAMEPAD_BUTTON_PADDLE1,
|
||||
GAMEPAD_BUTTON_PADDLE2,
|
||||
GAMEPAD_BUTTON_PADDLE3,
|
||||
GAMEPAD_BUTTON_PADDLE4,
|
||||
GAMEPAD_BUTTON_TOUCHPAD,
|
||||
GAMEPAD_BUTTON_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user