commit | b9e879d429945cebc12a52e1ceaf0846eea564f1 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Wed May 21 02:34:36 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 21 02:34:36 2014 +0000 |
tree | dcb4dcd508cff801c5eed95a252b7dd12d9eac1f | |
parent | f79fcdb19a70448af43dde571aa9ff6850b202cf [diff] | |
parent | 5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f [diff] |
Merge "Support VIRTUAL flag in keyboard layouts."
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index 47b23cb..51f7661 100644 --- a/include/input/InputEventLabels.h +++ b/include/input/InputEventLabels.h
@@ -345,6 +345,7 @@ }; static const InputEventLabel FLAGS[] = { + DEFINE_FLAG(VIRTUAL), DEFINE_FLAG(FUNCTION), { NULL, 0 }