Handbook
Glossary
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
USING:
kernel
math
namespaces
;
IN:
game.input
:
game-input-opened?
( -- ? )
game-input-opened
get
zero?
not
;