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

main.web.gamepad.GamepadEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.gamepad

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

external interface GamepadEventInit : EventInit {
    var gamepad: Gamepad
}

open external class GamepadEvent(
    type: String,
    init: GamepadEventInit,
) : Event {
    val gamepad: Gamepad

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy