summaryrefslogtreecommitdiffstats
path: root/include/ui/KeycodeLabels.h
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-01-15 18:14:15 -0800
committerJeff Brown <jeffbrown@google.com>2011-01-17 13:51:00 -0800
commit218e7c74e62b1fbc0984c468ceec2fb5f7c328ce (patch)
treeaf90442ef56b938f0ae3fff377e28532b06a67df /include/ui/KeycodeLabels.h
parentcc866edc327f1687966447f3f73e6af248375562 (diff)
downloadframeworks_native-218e7c74e62b1fbc0984c468ceec2fb5f7c328ce.zip
frameworks_native-218e7c74e62b1fbc0984c468ceec2fb5f7c328ce.tar.gz
frameworks_native-218e7c74e62b1fbc0984c468ceec2fb5f7c328ce.tar.bz2
Add joystick support to framework.
Change-Id: I95374436708752e1a9cff3f85c5b9bc3e0987961
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-xinclude/ui/KeycodeLabels.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index 9b1a897..dbccf29 100755
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -212,6 +212,22 @@ static const KeycodeLabel KEYCODES[] = {
{ "PROG_YELLOW", 185 },
{ "PROG_BLUE", 186 },
{ "APP_SWITCH", 187 },
+ { "BUTTON_1", 188 },
+ { "BUTTON_2", 189 },
+ { "BUTTON_3", 190 },
+ { "BUTTON_4", 191 },
+ { "BUTTON_5", 192 },
+ { "BUTTON_6", 193 },
+ { "BUTTON_7", 194 },
+ { "BUTTON_8", 195 },
+ { "BUTTON_9", 196 },
+ { "BUTTON_10", 197 },
+ { "BUTTON_11", 198 },
+ { "BUTTON_12", 199 },
+ { "BUTTON_13", 200 },
+ { "BUTTON_14", 201 },
+ { "BUTTON_15", 202 },
+ { "BUTTON_16", 203 },
// NOTE: If you add a new keycode here you must also add it to several other files.
// Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.