Returns the GLX events that have been selected for GLX drawables.
OpenGL C bindings library: libGL.a
void glXGetSelectedEvent(display *dpy
GLXDrawable draw
unsigned long *eventmask)
The glXGetSelectedEvent subroutine sets the eventmask provided to the GLX events that has been selected for drawable. See glXSelectEvent for a list of event masks.
dpy | Specifies the connection to the X server. |
drawable | Specifies a GLX window id or a GLX pbuffer id. |
eventmask | Returns which GLX events have been selected for drawable. |
GLXBadDrawable is generated draw is not a GLX window or a GLX pixmap drawable.
/usr/include/GL/gl.h | Contains C language constants, variable type definitions, and ANSI function prototypes for OpenGL. |
/usr/include/GL/glx.h | Contains C language constants, variable type definitions, and ANSI function prototypes for GLX. |
The glXSelectEvent subroutine.
OpenGL in the AIXwindows (GLX) Environment.