Add keycode for the 102th key on euro keyboards.

This commit is contained in:
Henrik Rydgard 2013-07-07 14:37:37 +02:00
parent 127d9d3854
commit 839222a4fa

View File

@ -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;