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

Method getCurrentWidth

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

Source from the content-addressed store, hash-verified

354 public void goThreaded() {
355 if (shareContextAtConstruction != null)
356 throw new IllegalArgumentException(
357 " can't multithread a window if it's sharing a context on construciton. Set Window.shareContext to null before creating window");
358 RunLoop.main.getLoop()
359 .detach(perform);
360 isThreaded = true;
361
362
363 new Thread() {

Callers 6

installMethod · 0.95
installMethod · 0.95
installMethod · 0.95
installMethod · 0.95
getScreenshotterMethod · 0.95
loadedMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected