summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-09-16 12:57:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-16 12:57:56 -0700
commit24326f7223275ba9c85014b86d42040e3a7d2815 (patch)
tree6695aa7ef061a827c88956806d892ea09c70fc7c /include
parentb9eb949bcae977a3f86e8307f3854f157227c34c (diff)
parentdc1ab4b5cc274b7d744c11a939bb5910becec5e0 (diff)
downloadframeworks_base-24326f7223275ba9c85014b86d42040e3a7d2815.zip
frameworks_base-24326f7223275ba9c85014b86d42040e3a7d2815.tar.gz
frameworks_base-24326f7223275ba9c85014b86d42040e3a7d2815.tar.bz2
Merge "Input API review." into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/ui/EventHub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h
index 25d5afb..d6b09dc 100644
--- a/include/ui/EventHub.h
+++ b/include/ui/EventHub.h
@@ -111,10 +111,10 @@ enum {
/* The input device is a multi-touch touchscreen. */
INPUT_DEVICE_CLASS_TOUCHSCREEN_MT= 0x00000010,
- /* The input device is a directional pad. */
+ /* The input device is a directional pad (implies keyboard, has DPAD keys). */
INPUT_DEVICE_CLASS_DPAD = 0x00000020,
- /* The input device is a gamepad (implies keyboard). */
+ /* The input device is a gamepad (implies keyboard, has BUTTON keys). */
INPUT_DEVICE_CLASS_GAMEPAD = 0x00000040,
/* The input device has switches. */