This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | Event |
Enumerations | |
| enum | EventType { KEY_EVENT_TYPE, MOTION_EVENT_TYPE, HW_SWITCH_EVENT_TYPE } |
| enum EventType |
Describes the different event types.
| Enumerator | |
|---|---|
| KEY_EVENT_TYPE |
Event originates from a keyboard. |
| MOTION_EVENT_TYPE |
Event originates from something moving, e.g., a wheel, a mouse, a finger on a touchpad. |
| HW_SWITCH_EVENT_TYPE |
Event originates from an additional button attached to the device's HW, e.g., power button. |
Definition at line 27 of file event_deprecated.h.