areAnyKeysPressed

open fun areAnyKeysPressed(vararg keys: Key): Boolean

Determines if any of the specified keys are currently pressed.

Return

true if any of the keys are pressed; false otherwise.