(String attributes)
| 5 | |
| 6 | public 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); |