MCPcopy Create free account
hub / github.com/agateau/pixelwheels / render

Method render

core/src/com/agateau/pixelwheels/PwGame.java:170–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 @Override
171 public void render() {
172 if (UiInputMapper.getInstance().isKeyJustPressed(VirtualKey.SCREENSHOT)) {
173 String path = ScreenshotCreator.saveScreenshot();
174 NLog.i("Screenshot saved in %s", path);
175 }
176 MouseCursorManager.getInstance().act();
177 super.render();
178 }
179
180 public void refreshAssets() {
181 mAssets = new Assets();

Callers

nothing calls this directly

Calls 7

getInstanceMethod · 0.95
saveScreenshotMethod · 0.95
iMethod · 0.95
getInstanceMethod · 0.95
isKeyJustPressedMethod · 0.65
actMethod · 0.65
renderMethod · 0.65

Tested by

no test coverage detected