Method
generateMarkdown
(Box inside, Dict.Prop property)
Source from the content-addressed store, hash-verified
| 399 | |
| 400 | public void loop() { |
| 401 | |
| 402 | currentWindow.set(this); |
| 403 | try { |
| 404 | if (onlyThread != null && Thread.currentThread() != onlyThread) |
| 405 | throw new Error(); |
| 406 | |
| 407 | if (glfwWindowShouldClose(window)) { |
| 408 | System.out.println(" -- window should close -- "); |
| 409 | RunLoop.main.getLoop().detach(perform); |
| 410 | glfwDestroyWindow(window); |
Callers
nothing calls this directly
Tested by
no test coverage detected