Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.c2518 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_finger() local
2526 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_finger()
2536 *axis_event_legacy = *axis_event; in pointer_notify_axis_finger()
2543 &axis_event_legacy->base); in pointer_notify_axis_finger()
2552 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_continuous() local
2560 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_continuous()
2570 *axis_event_legacy = *axis_event; in pointer_notify_axis_continuous()
2577 &axis_event_legacy->base); in pointer_notify_axis_continuous()