Home
last modified time | relevance | path

Searched defs:libinput_event_pointer (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Dlibinput.c167 struct libinput_event_pointer { struct
168 struct libinput_event base;
169 uint64_t time;
170 struct normalized_coords delta;
171 struct device_float_coords delta_raw;
172 struct device_coords absolute;
173 struct discrete_coords discrete;
174 uint32_t button;
175 uint32_t seat_button_count;
176 enum libinput_button_state state;
[all …]