glXGetSelectedEventSGIX(3G) OpenGL Reference - GLX
glXGetSelectedEventSGIX - returns GLX events which are selected for a
window or a GLX pixel buffer
void glXGetSelectedEventSGIX( Display *dpy,
GLXDrawable drawable,
unsigned long *mask )
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.
glXGetSelectedEventSGIX returns in mask the events selected for drawable.
glXGetSelectedEventSGIX is part of the SGIX_pbuffer extension.
GLXBadDrawable is generated if drawable is not a valid window or a valid
GLX pixel buffer.
MACHINE DEPENDENCIES
The SGIX_pbuffer extension is supported only on RealityEngine,
RealityEngine2, and VTX systems, on InfiniteReality systems, on High
Impact and Maximum Impact systems, and on O2 systems.
glXSelectEventSGIX, glXCreateGLXPbufferSGIX
PPPPaaaaggggeeee 1111 [ Back ]
|