MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / setOwner

Method setOwner

imgui-app/src/main/java/imgui/app/Window.java:31–33  ·  view source on GitHub ↗

Wires the owning application. Package-private; called by Application#launch(Application). @param owner application driving this window

(final Application owner)

Source from the content-addressed store, hash-verified

29 * @param owner application driving this window
30 */
31 final void setOwner(final Application owner) {
32 this.owner = owner;
33 }
34
35 /**
36 * Initializes the window and its platform/renderer backends.

Callers 1

launchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected