MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / generateMarkdown

Method generateMarkdown

src/main/java/field/graphics/Window.java:401–407  ·  view source on GitHub ↗
(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

Calls 2

getBoundsMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected