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

jsMain.web.keyboard.KeyCode.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NOTHING_TO_INLINE",
)

package web.keyboard

sealed external interface KeyCode

inline fun KeyCode(
    code: String,
): KeyCode =
    code.unsafeCast()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy