MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setOuterPosition

Method setOuterPosition

examples/kwinit/src_java/ExternalAPI.java:13–13  ·  view source on GitHub ↗
(long window, float x, float y)

Source from the content-addressed store, hash-verified

11 public static native void requestRedraw(long window);
12 public static native String getOuterPosition(long window);
13 public static native void setOuterPosition(long window, float x, float y);
14 public static native void destroyWindow(long window);
15 public static native void stopApplication();
16

Callers 1

handleUserEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected