summaryrefslogtreecommitdiff
path: root/include/ui/Input.h
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@android.com> 2011-01-22 21:23:19 -0800
committer Android Code Review <code-review@android.com> 2011-01-22 21:23:19 -0800
commit265cf2e76bef9ee369a7d43d567a22a0c39355ef (patch)
tree38fd181b21954304e77a27953a8514fba050206a /include/ui/Input.h
parent35f4d32dc2f0c383323e780ecc7e2764704c5d2c (diff)
parent3d822cda1e46c5e928152e4d4f7d9d47676bb5e4 (diff)
Merge "Fix getSwitchState."
Diffstat (limited to 'include/ui/Input.h')
-rw-r--r--include/ui/Input.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ui/Input.h b/include/ui/Input.h
index 8c6018bfeeb2..4e809d6a82d6 100644
--- a/include/ui/Input.h
+++ b/include/ui/Input.h
@@ -38,6 +38,15 @@ enum {
AKEY_EVENT_FLAG_START_TRACKING = 0x40000000
};
+enum {
+ /*
+ * Indicates that an input device has switches.
+ * This input source flag is hidden from the API because switches are only used by the system
+ * and applications have no way to interact with them.
+ */
+ AINPUT_SOURCE_SWITCH = 0x80000000,
+};
+
/*
* Maximum number of pointers supported per motion event.
* Smallest number of pointers is 1.