diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-03-07 17:09:51 -0800 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-03-16 11:31:42 -0700 |
commit | 9812aed2765c671e6c3f5255ac1b8a2fe0e72ef6 (patch) | |
tree | a622b446f9ef3484d51245a7817777a5487a496e /native | |
parent | 843e29d3751017267b96565c543df0301c31a9f7 (diff) | |
download | frameworks_base-9812aed2765c671e6c3f5255ac1b8a2fe0e72ef6.zip frameworks_base-9812aed2765c671e6c3f5255ac1b8a2fe0e72ef6.tar.gz frameworks_base-9812aed2765c671e6c3f5255ac1b8a2fe0e72ef6.tar.bz2 |
Add 3D mode key and others.
Related to an AOSP change request.
Change-Id: I3f4f84b56a1af626a8783f5ecbb823eb12ba9fbe
Diffstat (limited to 'native')
-rw-r--r-- | native/include/android/keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/include/android/keycodes.h b/native/include/android/keycodes.h index c4a7eff..5d49775 100644 --- a/native/include/android/keycodes.h +++ b/native/include/android/keycodes.h @@ -247,6 +247,9 @@ enum { AKEYCODE_BUTTON_14 = 201, AKEYCODE_BUTTON_15 = 202, AKEYCODE_BUTTON_16 = 203, + AKEYCODE_LANGUAGE_SWITCH = 204, + AKEYCODE_MANNER_MODE = 205, + AKEYCODE_3D_MODE = 206, // 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. |