Searched defs:libinput_event_touch (Results 1 – 1 of 1) sorted by relevance
64 struct libinput_event_touch { struct65 struct libinput_event base;66 int32_t seatSlot;67 int32_t longAxis;68 int32_t shortAxis;69 int32_t toolType;70 double x;71 double y;72 double pressure;73 double toolX;[all …]