areAllKeysPressed

open fun areAllKeysPressed(vararg keys: Key): Boolean

Determines if all the specified keys are currently pressed.

Return

true if all the keys are pressed; false otherwise.