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

Method runEventLoop

examples/kwinit/src_java/ExternalAPI.java:8–8  ·  view source on GitHub ↗
(Consumer<String> callback, LongConsumer redrawCallback)

Source from the content-addressed store, hash-verified

6public class ExternalAPI {
7 public static native long createWindow(String attributes);
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);

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected