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

Method run

src/main/java/field/graphics/Window.java:278–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 try {
277 Thread.sleep(5000);
278 } catch (InterruptedException e) {
279
280
281 }
282 }
283 }
284 }.start();
285
286 glfwMakeContextCurrent(0);
287
288 createdInThread = Thread.currentThread();
289
290
291// if (Main.os == Main.OS.mac) {
292// int finalW = w;
293// int finalH = h;
294// RunLoop.main.delayTicks(() -> {
295// System.out.println("\n\n -- resize -- \n\n");
296// setBounds(x, y, finalW , finalH);
297//
298// RunLoop.main.mainLoop.attach("__tada__", new Scene.Perform() {
299// int t = 0;
300//

Callers 15

perform0Method · 0.45
eventsMethod · 0.45
errorMethod · 0.45
windowFocusMethod · 0.45
windowRefreshMethod · 0.45
mouseButtonMethod · 0.45
scrollMethod · 0.45
cursorPosMethod · 0.45
keyMethod · 0.45
characterMethod · 0.45

Calls 2

loopMethod · 0.95
printlnMethod · 0.45

Tested by

no test coverage detected