()
| 107 | pass |
| 108 | |
| 109 | def glut_close(): |
| 110 | # Close function only hides the current window |
| 111 | glut.glutHideWindow() |
| 112 | glutMainLoopEvent() |
| 113 | |
| 114 | def glut_int_handler(signum, frame): |
| 115 | # Catch sigint and print the default message |
nothing calls this directly
no outgoing calls
no test coverage detected