isButtonDown

fun isButtonDown(type: CameraEventType, modifier: KeyboardEventModifier? = definedExternally): Boolean(source)

Gets whether the mouse button is down or a touch has started.

Return

Whether the mouse button is down or a touch has started.

Parameters

type

The camera event type.

modifier

The keyboard modifier.

See also