Searched defs:libinput_event_pointer (Results 1 – 1 of 1) sorted by relevance
175 struct libinput_event_pointer { struct176 struct libinput_event base;177 uint64_t time;178 struct normalized_coords delta;179 struct device_float_coords delta_raw;180 struct device_coords absolute;181 struct discrete_coords discrete;182 struct wheel_v120 v120;183 uint32_t button;184 uint32_t seat_button_count;[all …]