()
| 66 | pass |
| 67 | |
| 68 | def glut_close(): |
| 69 | # Close function only hides the current window |
| 70 | glut.glutHideWindow() |
| 71 | glutMainLoopEvent() |
| 72 | |
| 73 | def glut_int_handler(signum, frame): |
| 74 | # Catch sigint and print the defaultipyt message |
nothing calls this directly
no outgoing calls
no test coverage detected