C SPECIFICATION
void glXGetSelectedEvent( Display *dpy,
GLXDrawable drawabl )
void glXGetSelectedEvent( Display *,
GLXDrawable GLXDrawable,
unsigned long * )
PARAMETERS
Specifies the connection to the X server.
GLXDrawable Specifies a GLX drawable. Must be a GLX pixel buffer or a
window.
Returns the events that are selected for GLXDrawable.
DESCRIPTION
glXGetSelectedEvent returns in the events selected for GLXDrawable.
NOTES
glXGetSelectedEvent is available only if the GLX version is 1.3 or
greater.
If the GLX version is 1.1 or 1.0, the GL version must be 1.0. If the
GLX version is 1.2, then the GL version must be 1.1. If the GLX ver-
sion is 1.3, then the GL version must be 1.2.
ERRORS
GLXBadDrawable is generated if GLXDrawable is not a valid window or a
valid GLX pixel buffer.
SEE ALSO
glXSelectEvent, glXCreatePbuffer
GLXGETSELECTEDEVENT(3G)
Man(1) output converted with
man2html