getInputAction
fun getInputAction(type: ScreenSpaceEventType, modifier: KeyboardEventModifier? = definedExternally): Any(source)
Returns the function to be executed on an input event.
Return
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.