diff options
| author | 2014-05-20 17:27:38 -0700 | |
|---|---|---|
| committer | 2014-05-20 17:29:30 -0700 | |
| commit | 5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f (patch) | |
| tree | 5caf80739a076279e47468266d9de551464c1944 /include/input/InputEventLabels.h | |
| parent | 6b4e02f1cbdc55126cae9d2ce588640a784e7d61 (diff) | |
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/InputEventLabels.h')
| -rw-r--r-- | include/input/InputEventLabels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index 36be4fc9b9..1d67edff6e 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 } |