picofuse

Data Fields
hid_event_t Struct Reference

Represents a single HID input event. More...

#include <event.h>

Collaboration diagram for hid_event_t:
Collaboration graph
[legend]

Data Fields

hid_device_tdevice
 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.
 

Detailed Description

Represents a single HID input event.

Definition at line 173 of file event.h.


The documentation for this struct was generated from the following file: