diff options
Diffstat (limited to 'include/ui/EventHub.h')
-rw-r--r-- | include/ui/EventHub.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h index 3b18c77..3896485 100644 --- a/include/ui/EventHub.h +++ b/include/ui/EventHub.h @@ -57,7 +57,8 @@ public: CLASS_TOUCHSCREEN = 0x00000004, CLASS_TRACKBALL = 0x00000008, CLASS_TOUCHSCREEN_MT= 0x00000010, - CLASS_DPAD = 0x00000020 + CLASS_DPAD = 0x00000020, + CLASS_MOUSE = 0x00000040 }; uint32_t getDeviceClasses(int32_t deviceId) const; |