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

Method getScaleFactor

examples/kwinit/src_java/ExternalAPI.java:10–10  ·  view source on GitHub ↗
(long window)

Source from the content-addressed store, hash-verified

8 public static native void runEventLoop(Consumer<String> callback, LongConsumer redrawCallback);
9 public static native boolean fireUserEvent(long cookie);
10 public static native double getScaleFactor(long window);
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);

Callers 1

handleUserEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected