Home
last modified time | relevance | path

Searched defs:tp_dispatch (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad.h285 struct tp_dispatch { struct
286 struct evdev_dispatch base;
287 struct evdev_device *device;
288 unsigned int nfingers_down; /* number of fingers down */
289 unsigned int old_nfingers_down; /* previous no fingers down */
290 unsigned int slot; /* current slot */
291 bool has_mt;
292 bool semi_mt;
294 uint32_t suspend_reason;
297 struct {
[all …]