Handbook
Glossary
test-game-input ( -- )
Vocabulary
tools
.
deploy
.
test
.
8
Inputs
None
Outputs
None
Definition
USING:
calendar
system
threads
ui
ui.gadgets.worlds
;
IN:
tools.deploy.test.8
:
test-game-input
( -- )
[
f
T{
world-attributes
{
world-class
my-world
}
{
title
"Test"
}
}
open-window
1
seconds
sleep
quit
]
with-ui
;