Signature
glutVisibilityFunc(
function
)
Specify handler for GLUT 'Visibility' events def handler( (int) state ): return None
Parameters
Variables | Description |
---|---|
func |
The new visibility callback function.
|
See Also
glutCreateWindow glutPopWindow glutWindowStatusFuncSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutVisibilityFunc