Represents a single HID input event. More...
#include <event.h>

Data Fields | |
| hid_device_t * | device |
| HID child-device associated with this event. | |
| hid_event_type_t | type |
| Event payload tag. | |
| union { | |
| hid_keycode_t keycode | |
| hid_touch_t touch | |
| hid_metric_t metric | |
| hid_timer_t timer | |
| hid_signal_t signal | |
| hid_wifi_t wifi | |
| hid_iostream_t iostream | |
| hid_time_t time | |
| hid_usb_t usb | |
| } | data |
| Payload selected by type. | |