Handbook
Glossary
joystick-demo ( -- )
Vocabulary
game
.
input
.
demos
.
joysticks
Inputs
None
Outputs
None
Definition
USING:
calendar
game.input
sequences
threads
ui
;
IN:
game.input.demos.joysticks
:
joystick-demo
( -- )
[
open-game-input
100
milliseconds
sleep
get-controllers
[
joystick-window
]
each
]
with-ui
;