Bool XCheckTypedEvent(display, event_type, event_return)
Display *display;
int event_type;
XEvent *event_return;
display | Specifies the connection to the X server. |
event_type | Specifies the event type to be compared. |
event_return | Returns the matched event's associated structure. |