All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.webgl.WebGLContextEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webgl

import web.events.Event
import web.events.EventInit

external interface WebGLContextEventInit : EventInit {
    var statusMessage: String?
}

open external class WebGLContextEvent(
    type: String,
    init: WebGLContextEventInit = definedExternally,
) : Event {
    val statusMessage: String

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy