diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-09-16 12:57:56 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-16 12:57:56 -0700 |
commit | 128e33421b7744126a69226d7acea717e9b6e652 (patch) | |
tree | 339d8767123be8db7b03d8ca14c46530d2f56b73 /include | |
parent | f5ca35e58316453ec0eaeb37e47b7cf344c86f12 (diff) | |
parent | b5764e066c3ba60261c2719b4f447904605bf779 (diff) | |
download | frameworks_native-128e33421b7744126a69226d7acea717e9b6e652.zip frameworks_native-128e33421b7744126a69226d7acea717e9b6e652.tar.gz frameworks_native-128e33421b7744126a69226d7acea717e9b6e652.tar.bz2 |
Merge "Input API review." into gingerbread
Diffstat (limited to 'include')
-rw-r--r-- | include/ui/EventHub.h | 4 |
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. */ |