Home | History | Annotate | Download | only in x11

Lines Matching full:peekevent

310 	XEvent peekevent;
315 XPeekEvent(display, &peekevent);
316 if ( (peekevent.type == KeyPress) &&
317 (peekevent.xkey.keycode == event->xkey.keycode) &&
318 ((peekevent.xkey.time-event->xkey.time) < 2) ) {
320 XNextEvent(display, &peekevent);