removeInputAction

fun removeInputAction(type: ScreenSpaceEventType, modifiers: JsAny? = definedExternally)(source)

Removes the function to be executed on an input event.

Parameters

type

The ScreenSpaceEventType of input event.

modifiers

The KeyboardEventModifier keys that are held when a type event occurs.

See also