removeInputAction
fun removeInputAction(type: ScreenSpaceEventType, modifier: KeyboardEventModifier? = definedExternally)(source)
Removes the function to be executed on an input event.
Parameters
type
The ScreenSpaceEventType of input event.
modifier
A KeyboardEventModifier key that is held when a type
event occurs.