add a None value for GamepadButton enum
This commit is contained in:
parent
dbdbbea471
commit
31c6346891
|
|
@ -684,7 +684,8 @@ typedef enum {
|
|||
|
||||
// Gamepad buttons
|
||||
typedef enum {
|
||||
GAMEPAD_BUTTON_UNKNOWN = 0, // Unknown button, just for error checking
|
||||
GAMEPAD_BUTTON_NONE = -1, // No button pressed
|
||||
GAMEPAD_BUTTON_UNKNOWN, // Unknown button, just for error checking
|
||||
GAMEPAD_BUTTON_LEFT_FACE_UP, // Gamepad left DPAD up button
|
||||
GAMEPAD_BUTTON_LEFT_FACE_RIGHT, // Gamepad left DPAD right button
|
||||
GAMEPAD_BUTTON_LEFT_FACE_DOWN, // Gamepad left DPAD down button
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user