game-input-opened? ( -- ? )


Vocabulary
game.input

Inputs
None

Outputs
?a boolean


Word description
Returns true if the game input interface is open, false otherwise.

See also
open-game-input, close-game-input, with-game-input

Definition