Fix missing gamepad keys in inputevents.zs
This commit is contained in:
parent
e1a5326947
commit
952988d5cd
1 changed files with 8 additions and 1 deletions
|
|
@ -234,8 +234,15 @@ struct InputEvent native play version("2.4")
|
|||
Key_Pad_B = 0x1C1,
|
||||
Key_Pad_X = 0x1C2,
|
||||
Key_Pad_Y = 0x1C3,
|
||||
Key_Pad_Paddle1 = 0x1C4,
|
||||
Key_Pad_Paddle2 = 0x1C5,
|
||||
Key_Pad_Paddle3 = 0x1C6,
|
||||
Key_Pad_Paddle4 = 0x1C7,
|
||||
Key_Pad_Guide = 0x1C8,
|
||||
Key_Pad_Misc1 = 0x1C9,
|
||||
Key_Pad_Touchpad = 0x1CA,
|
||||
|
||||
Num_Keys = 0x1C4
|
||||
Num_Keys = 0x1CB
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue