void glXGetSelectedEvent( Display *dpy,
                                 GLXDrawable drawabl )

PARAMETERS
       dpy      Specifies the connection to the X server.

       drawabl  Specifies a GLX drawable. Must be a GLX pixel buffer or a  win‐
                dow.

       _param3  Returns the events that are selected for drawabl.

DESCRIPTION
       glXGetSelectedEvent returns in _param3 the events selected for drawabl.

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 version
       is 1.3, then the GL version must be 1.2.

ERRORS
       GLXBadDrawable is generated if drawabl is not a valid window or a  valid
       GLX pixel buffer.

SEE ALSO
       glXSelectEvent, glXCreatePbuffer

                                                        GLXGETSELECTEDEVENT(3G)

Man(1) output converted with man2html