()
| 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 | // |
no test coverage detected