Support VIRTUAL flag in keyboard layouts.

This flag is used to provide haptic feedback for virtual hard keys.

Bug: 14319563
Change-Id: Ia0ca1acc8cfa00a42d1c04d279dfa59c6cc00f4d
This commit is contained in:
Jeff Brown 2014-05-20 17:27:38 -07:00
parent 6b4e02f1cb
commit 5a7d2f9a15
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),
{ NULL, 0 }