Handbook
Glossary
with-game-input ( quot -- )
Game controller input
Prev:
close-game-input ( -- )
Next:
get-controllers ( -- sequence )
Vocabulary
game
.
input
Inputs
quot
a
quotation
Outputs
None
Word description
Initializes the game input interface for the dynamic extent of
quotation
.
See also
open-game-input
,
close-game-input
,
game-input-opened?
Definition
USING:
continuations
;
IN:
game.input
:
with-game-input
( quot -- )
open-game-input
[
close-game-input
]
finally
;
inline