Home
last modified time | relevance | path

Searched refs:key_event (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Dlibinput.c2415 struct libinput_event_keyboard *key_event; in keyboard_notify_key() local
2421 key_event = zalloc(sizeof *key_event); in keyboard_notify_key()
2425 *key_event = (struct libinput_event_keyboard) { in keyboard_notify_key()
2434 &key_event->base); in keyboard_notify_key()
2978 struct libinput_event_tablet_pad *key_event; in tablet_pad_notify_key() local
2980 key_event = zalloc(sizeof *key_event); in tablet_pad_notify_key()
2982 *key_event = (struct libinput_event_tablet_pad) { in tablet_pad_notify_key()
2991 &key_event in tablet_pad_notify_key()
[all...]

Completed in 6 milliseconds