isMoving

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

Gets if a mouse button down or touch has started and has been moved.

Return

Returns true if a mouse button down or touch has started and has been moved; otherwise, false

Parameters

type

The camera event type.

modifier

The keyboard modifier.

See also