areNoKeysPressed

open fun areNoKeysPressed(vararg keys: Key): Boolean

Determines if all the specified keys are NOT currently pressed.

Return

true if no keys are pressed; false otherwise.