MCPcopy Create free account
hub / github.com/HumbleUI/JWM / requestFrame

Method requestFrame

shared/java/Window.java:313–313  ·  view source on GitHub ↗

Request frame event for rendering for this window. Requested frame event won't be sent immediately. But, its is guaranty to be sent to sync with next v-sync. Call this function after previous frame event if you want to draw some animation and etc.

()

Source from the content-addressed store, hash-verified

311 * <p>Call this function after previous frame event if you want to draw some animation and etc.</p>
312 */
313 public abstract void requestFrame();
314
315 /**
316 * <p>Expands the window to take up all of the space of the desktop except taskbars, docks, etc.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected