|
Line
Link Here
|
| 0 |
-- a/include/eventstr.h |
0 |
++ b/include/eventstr.h |
|
Lines 91-99
struct _DeviceEvent
Link Here
|
| 91 |
uint32_t button; /**< Button number */ |
91 |
uint32_t button; /**< Button number */ |
| 92 |
uint32_t key; /**< Key code */ |
92 |
uint32_t key; /**< Key code */ |
| 93 |
} detail; |
93 |
} detail; |
| 94 |
uint16_t root_x; /**< Pos relative to root window in integral data */ |
94 |
int16_t root_x; /**< Pos relative to root window in integral data */ |
| 95 |
float root_x_frac; /**< Pos relative to root window in frac part */ |
95 |
float root_x_frac; /**< Pos relative to root window in frac part */ |
| 96 |
uint16_t root_y; /**< Pos relative to root window in integral part */ |
96 |
int16_t root_y; /**< Pos relative to root window in integral part */ |
| 97 |
float root_y_frac; /**< Pos relative to root window in frac part */ |
97 |
float root_y_frac; /**< Pos relative to root window in frac part */ |
| 98 |
uint8_t buttons[(MAX_BUTTONS + 7)/8]; /**< Button mask */ |
98 |
uint8_t buttons[(MAX_BUTTONS + 7)/8]; /**< Button mask */ |
| 99 |
struct { |
99 |
struct { |