glutMainLoopEvent (3) Linux Manual Page
glutMainLoopEvent – Dispatches all pending events. LibraryOpenGLUT – mainloop SynopsisIn openglut.h Ft void Fn glutMainLoopEvent void DescriptionThe general outline of this function is to first drain the queue of windowsystem events, in most cases dispatching each as it is found. After the queue is empty, we check for timer-based events, coalesced window events (e.g., redisplays),…
