summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-01-19 18:55:51 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-19 18:55:51 -0800
commit5f668c6e6bb2515325632691a804a7c8f24ebb09 (patch)
tree645f1fcf27a746e4d4a00f3297224fb52375fe91 /include
parentd3782640515019cf4b6f3577cd7917cb0ef4b68e (diff)
parent8b9df97826f94e2e871eff734b174a4752b0d5f9 (diff)
downloadframeworks_base-5f668c6e6bb2515325632691a804a7c8f24ebb09.zip
frameworks_base-5f668c6e6bb2515325632691a804a7c8f24ebb09.tar.gz
frameworks_base-5f668c6e6bb2515325632691a804a7c8f24ebb09.tar.bz2
am 8b9df978: Merge "Fix getSwitchState." into honeycomb
* commit '8b9df97826f94e2e871eff734b174a4752b0d5f9': Fix getSwitchState.
Diffstat (limited to 'include')
-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 27f65bc..30b45f7 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.