
jsMain.web.gamepad.GamepadHapticActuator.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.gamepad
import kotlin.js.Promise
sealed external class GamepadHapticActuator {
val type: GamepadHapticActuatorType
fun playEffect(
type: GamepadHapticEffectType,
params: GamepadEffectParameters = definedExternally,
): Promise
fun reset(): Promise
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy