Signature
glXGetSelectedEvent(
Display * (
dpy
)
,
GLXDrawable (
draw
)
,
unsigned long * (
event_mask
)
)-> void
Parameters
Variables | Description |
---|---|
dpy |
Specifies the connection to the X server.
|
draw |
Specifies a GLX drawable. Must be a GLX pixel buffer or a window.
|
event_mask |
Returns the events that are selected for
draw
.
|