summaryrefslogtreecommitdiffstats
path: root/include/input
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-05-20 17:27:38 -0700
committerJeff Brown <jeffbrown@google.com>2014-05-20 17:29:30 -0700
commit5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f (patch)
tree5caf80739a076279e47468266d9de551464c1944 /include/input
parent6b4e02f1cbdc55126cae9d2ce588640a784e7d61 (diff)
downloadframeworks_native-5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f.zip
frameworks_native-5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f.tar.gz
frameworks_native-5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f.tar.bz2
Support VIRTUAL flag in keyboard layouts.
This flag is used to provide haptic feedback for virtual hard keys. Bug: 14319563 Change-Id: Ia0ca1acc8cfa00a42d1c04d279dfa59c6cc00f4d
Diffstat (limited to 'include/input')
-rw-r--r--include/input/InputEventLabels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index 36be4fc..1d67edf 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -340,6 +340,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
+ DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),
{ NULL, 0 }