diff options
| author | 2010-10-01 16:16:23 -0700 | |
|---|---|---|
| committer | 2010-10-01 16:16:23 -0700 | |
| commit | bd432d461952c3035032805f3c50ed34c1f51c4a (patch) | |
| tree | 97123b17951d0a5f259f029b02e02a9b8fca8fb2 /include/ui/KeycodeLabels.h | |
| parent | 758e48f61f1a0f97ded70663b4b486bbe51985a9 (diff) | |
| parent | 5629ea8fdad4f86b335a0c12854847abeebe497a (diff) | |
am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key layout." into gingerbread
Merge commit '9e32a438fd87180692da55197972ecddb1a731d9' into gingerbread-plus-aosp
* commit '9e32a438fd87180692da55197972ecddb1a731d9':
Support haptic feedback for virtual keys defined in key layout.
Diffstat (limited to 'include/ui/KeycodeLabels.h')
| -rwxr-xr-x | include/ui/KeycodeLabels.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index c8d6ffcbf8..f71d9cdf4d 100755 --- a/include/ui/KeycodeLabels.h +++ b/include/ui/KeycodeLabels.h @@ -142,6 +142,7 @@ static const KeycodeLabel KEYCODES[] = { { NULL, 0 } }; +// See also policy flags in Input.h. static const KeycodeLabel FLAGS[] = { { "WAKE", 0x00000001 }, { "WAKE_DROPPED", 0x00000002 }, @@ -151,6 +152,7 @@ static const KeycodeLabel FLAGS[] = { { "ALT_GR", 0x00000020 }, { "MENU", 0x00000040 }, { "LAUNCHER", 0x00000080 }, + { "VIRTUAL", 0x00000100 }, { NULL, 0 } }; |