mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-10 16:23:05 +00:00
Add keycode for the 102th key on euro keyboards.
This commit is contained in:
parent
127d9d3854
commit
839222a4fa
@ -212,6 +212,11 @@ typedef enum _keycode_t {
|
||||
KEYCODE_BUTTON_15 = 202,
|
||||
KEYCODE_BUTTON_16 = 203,
|
||||
|
||||
|
||||
|
||||
// Extended keycodes, not available on Android
|
||||
KEYCODE_EXT_PIPE = 1001, // The key next to Z on euro 102-key keyboards.
|
||||
|
||||
} keycode_t;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user