with-game-input ( quot -- )
Game controller input

Prev:close-game-input ( -- )
Next:get-controllers ( -- sequence )


Vocabulary
game.input

Inputs
quota 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