|
enum MW_INPUT_DEVICE_TYPE | type |
|
union { |
struct kbd_t { |
unsigned short code |
|
unsigned char modifiers |
|
unsigned char mode |
|
} kbd |
|
struct pos_t { |
unsigned short btns |
|
short x |
|
short y |
|
short z |
|
} pos |
|
struct timer_t { |
unsigned long frt |
|
unsigned long seq |
|
} tmr |
|
} | m |
|
The documentation for this struct was generated from the following file: