mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-10 16:23:05 +00:00
Adding some more keycodes
This commit is contained in:
parent
b1f177830c
commit
f01e1bbab0
@ -211,6 +211,22 @@ typedef enum _keycode_t {
|
||||
NKCODE_BUTTON_14 = 201,
|
||||
NKCODE_BUTTON_15 = 202,
|
||||
NKCODE_BUTTON_16 = 203,
|
||||
NKCODE_LANGUAGE_SWITCH = 204,
|
||||
NKCODE_MANNER_MODE = 205,
|
||||
NKCODE_3D_MODE = 206,
|
||||
NKCODE_CONTACTS = 207,
|
||||
NKCODE_CALENDAR = 208,
|
||||
NKCODE_MUSIC = 209,
|
||||
NKCODE_CALCULATOR = 210,
|
||||
NKCODE_ZENKAKU_HANKAKU = 211,
|
||||
NKCODE_EISU = 212,
|
||||
NKCODE_MUHENKAN = 213,
|
||||
NKCODE_HENKAN = 214,
|
||||
NKCODE_KATAKANA_HIRAGANA = 215,
|
||||
NKCODE_YEN = 216,
|
||||
NKCODE_RO = 217,
|
||||
NKCODE_KANA = 218,
|
||||
NKCODE_ASSIST = 219,
|
||||
|
||||
// Ouya buttons. Just here for reference, they map straight to regular android buttons
|
||||
// and will be mapped the same way.
|
||||
|
Loading…
x
Reference in New Issue
Block a user