Lines Matching defs:libinput_event_pointer
175 struct libinput_event_pointer { struct
176 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;
185 enum libinput_button_state state;
186 enum libinput_pointer_axis_source source;
187 uint32_t axes;