Home
last modified time | relevance | path

Searched defs:evdev_dispatch_interface (Results 1 – 1 of 1) sorted by last modified time

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev.h262 struct evdev_dispatch_interface { struct
264 void (*process)(struct evdev_dispatch *dispatch,
270 void (*suspend)(struct evdev_dispatch *dispatch,
274 void (*remove)(struct evdev_dispatch *dispatch);
277 void (*destroy)(struct evdev_dispatch *dispatch);
280 void (*device_added)(struct evdev_device *device,
284 void (*device_removed)(struct evdev_device *device,
288 void (*device_suspended)(struct evdev_device *device,
292 void (*device_resumed)(struct evdev_device *device,
297 void (*post_added)(struct evdev_device *device,
[all …]