Lines Matching defs:xwl_tablet_tool
309 struct xwl_tablet_tool { struct
310 struct xorg_list link;
311 struct zwp_tablet_tool_v2 *tool;
312 struct xwl_seat *seat;
314 DeviceIntPtr xdevice;
315 uint32_t proximity_in_serial;
316 double x;
317 double y;
318 uint32_t pressure;
319 double tilt_x;
320 double tilt_y;
321 double rotation;
322 double slider;
324 uint32_t buttons_now,
325 buttons_prev;
327 int32_t wheel_clicks;
329 struct xwl_cursor cursor;