Lines Matching defs:event
46 #include "util-input-event.h"
233 break; /* handle event */
238 return; /* filter release event */
243 return; /* filter press event */
248 break; /* handle event */
1123 * event time with the one from the snapshot. If we have more than
1125 * where there is no steady event flow and thus SYN_DROPPED may not
1136 "event processing lagging behind by %dms, your system is too slow\n",
1159 "SYN_DROPPED event - some input events have been lost.\n");
1161 /* send one more sync event so we handle all
2579 * We pre-calculate a single matrix to apply to event coordinates:
2820 struct normalized_coords event;
2857 event = *delta;
2859 /* We use the trigger to enable, but the delta from this event for
2864 event.y = 0.0;
2868 event.x = 0.0;
2870 if (!normalized_is_zero(event)) {
2873 if (event.y == 0.0)
2875 if (event.x == 0.0)
2880 evdev_notify_axis_finger(device, time, axes, &event);
2883 evdev_notify_axis_continous(device, time, axes, &event);
2901 /* terminate scrolling with a zero scroll event */