commit | 8a7a67538a9977c892389bfcde76a8372aa0b56c | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:10 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:10 2009 -0800 |
tree | 0782f82f223ddeafa9b08bd2121ded38212f67f7 | |
parent | 276293246ea9cbc0a578a7697cc48930376ec0e9 [diff] [blame] |
auto import from //branches/cupcake/...@126645
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h index 101a920..017c145 100644 --- a/include/ui/EventHub.h +++ b/include/ui/EventHub.h
@@ -50,8 +50,9 @@ // bit fields for classes of devices. enum { CLASS_KEYBOARD = 0x00000001, - CLASS_TOUCHSCREEN = 0x00000002, - CLASS_TRACKBALL = 0x00000004 + CLASS_ALPHAKEY = 0x00000002, + CLASS_TOUCHSCREEN = 0x00000004, + CLASS_TRACKBALL = 0x00000008 }; uint32_t getDeviceClasses(int32_t deviceId) const;