Name
GrSelectEvents -- Select the events this client wants to receive
Synopsis
void GrSelectEvents (
GR_WINDOW_ID wid
GR_EVENT_MASK eventmask
);
Parameters
- wid
The window id of the window from which this client wants
events.
- eventmask
The bitmask of the events.
Description
The GrSelectEvents function
tells the server which events the client want to receive for the
wid window. The GrSelectEvents
replaces any previously selected event mask for the window.