summaryrefslogtreecommitdiffstats
path: root/include/ui/EventHub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/EventHub.h')
-rw-r--r--include/ui/EventHub.h5
1 files changed, 3 insertions, 2 deletions
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 @@ 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;