Lines Matching defs:libinput_event_pointer
174 struct libinput_event_pointer { struct
175 struct libinput_event base;
176 uint64_t time;
177 struct normalized_coords delta;
178 struct device_float_coords delta_raw;
179 struct device_coords absolute;
180 struct discrete_coords discrete;
181 struct wheel_v120 v120;
182 uint32_t button;
183 uint32_t seat_button_count;
184 enum libinput_button_state state;
185 enum libinput_pointer_axis_source source;
186 uint32_t axes;