glutOverlayDisplayFunc

sets the overlay display callback for the current window.

Signature

glutOverlayDisplayFunc( )-> void
glutOverlayDisplayFunc( function )
Specify handler for GLUT 'OverlayDisplay' events
    def handler(  ):
        return None

Parameters

VariablesDescription
func
The new overlay display callback function.

See Also

glutDisplayFunc glutPostOverlayRedisplay