Lines Matching refs:next
39 // while the next event is also a key notify with the same keyval and mask,
47 // get next
67 // while the next event is also a motion notify
72 GdkEventMotion &next = event_next->motion;
73 event.send_event = next.send_event;
74 event.time = next.time;
75 event.x = next.x;
76 event.y = next.y;
77 event.state = next.state;
78 event.is_hint = next.is_hint;
79 event.x_root = next.x_root;
80 event.y_root = next.y_root;
81 if (event.axes && next.axes) {
82 memcpy(event.axes, next.axes, gdk_device_get_n_axes(event.device));