Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dlibinput.c2643 struct libinput_event_tablet_tool *tip_event; in tablet_notify_tip() local
2645 tip_event = zalloc(sizeof *tip_event); in tablet_notify_tip()
2647 *tip_event = (struct libinput_event_tablet_tool) { in tablet_notify_tip()
2654 memcpy(tip_event->changed_axes, in tablet_notify_tip()
2656 sizeof(tip_event->changed_axes)); in tablet_notify_tip()
2661 &tip_event->base); in tablet_notify_tip()