Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.c2518 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_finger() local
2525 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_finger()
2528 *axis_event = (struct libinput_event_pointer) { in pointer_notify_axis_finger()
2536 *axis_event_legacy = *axis_event; in pointer_notify_axis_finger()
2540 &axis_event->base); in pointer_notify_axis_finger()
2552 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_continuous() local
2559 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis_continuous()
2562 *axis_event = (struct libinput_event_pointer) { in pointer_notify_axis_continuous()
2570 *axis_event_legacy = *axis_event; in pointer_notify_axis_continuous()
2574 &axis_event->base); in pointer_notify_axis_continuous()
[all …]
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff5059 memcpy(axis_event->changed_axes,