glXGetSelectedEventSGIX(3G) OpenGL Reference - GLX
NAME
glXGetSelectedEventSGIX - returns GLX events which are selected for a
window or a GLX pixel buffer
C SPECIFICATION
void glXGetSelectedEventSGIX( Display *dpy,
GLXDrawable drawable,
unsigned long *mask )
PARAMETERS
dpy Specifies the connection to the X server.
drawable Specifies a GLX drawable. Must be a GLX pixel buffer or a
window.
mask Returns the events which are selected for drawable.
DESCRIPTION
glXGetSelectedEventSGIX returns in mask the events selected for drawable.
NOTES
glXGetSelectedEventSGIX is part of the SGIXpbuffer extension.
ERRORS
GLXBadDrawable is generated if drawable is not a valid window or a valid
GLX pixel buffer.
MACHINE DEPENDENCIES
The SGIXpbuffer extension is supported only on RealityEngine,
RealityEngine2, and VTX systems, on InfiniteReality systems, on High
Impact and Maximum Impact systems, and on O2 systems.
SEE ALSO
glXSelectEventSGIX, glXCreateGLXPbufferSGIX
Page 1