Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.c2898 struct libinput_event_switch *switch_event; in switch_notify_toggle() local
2903 switch_event = zalloc(sizeof *switch_event); in switch_notify_toggle()
2905 *switch_event = (struct libinput_event_switch) { in switch_notify_toggle()
2913 &switch_event->base); in switch_notify_toggle()
2918 free(switch_event); in switch_notify_toggle()