diff options
author | 2009-01-15 16:12:10 -0800 | |
---|---|---|
committer | 2009-01-15 16:12:10 -0800 | |
commit | 9266c558bf1d21ff647525ff99f7dadbca417309 (patch) | |
tree | 1630b1ba80f4793caf39d865528e662bdb1037fe /include/ui/EventHub.h | |
parent | b798689749c64baba81f02e10cf2157c747d6b46 (diff) |
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'include/ui/EventHub.h')
-rw-r--r-- | include/ui/EventHub.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h index 101a920a62e1..017c145bfb4c 100644 --- a/include/ui/EventHub.h +++ b/include/ui/EventHub.h @@ -50,8 +50,9 @@ public: // 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; |