Home
last modified time | relevance | path

Searched refs:libinput_event_device_notify (Results 1 – 3 of 3) sorted by relevance

/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput.h114 struct libinput_event_device_notify;
979 struct libinput_event_device_notify *
988 libinput_event_device_notify_get_base_event(struct libinput_event_device_notify *event);
H A Dlibinput.c154 struct libinput_event_device_notify { struct
434 LIBINPUT_EXPORT struct libinput_event_device_notify *
443 return (struct libinput_event_device_notify *) event; in libinput_event_get_device_notify_event()
2167 struct libinput_event_device_notify *added_device_event; in notify_added_device()
2185 struct libinput_event_device_notify *removed_device_event; in notify_removed_device()
3186 libinput_event_device_notify_get_base_event(struct libinput_event_device_notify *event) in libinput_event_device_notify_get_base_event()
/dports/x11/libinput/libinput-1.12.6/test/
H A Dtest-misc.c124 struct libinput_event_device_notify *dn; in START_TEST()