elemental2.webgl.WebGLContextEvent Maven / Gradle / Ivy
package elemental2.webgl;
import elemental2.dom.Event;
import elemental2.dom.EventInit;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class WebGLContextEvent extends Event {
public String statusMessage;
public WebGLContextEvent(String eventType) {
// This call is only here for java compilation purpose.
super((String) null, (EventInit) null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy