Handbook
Glossary
run-tests-attributes ( -- value )
Vocabulary
game
.
debug
.
tests
Inputs
None
Outputs
value
an
object
Definition
USING:
game.worlds
ui.pixel-formats
;
IN:
game.debug.tests
CONSTANT:
run-tests-attributes
T{
game-attributes
{
world-class
tests-world
}
{
grab-input?
t
}
{
title
"game.debug.tests"
}
{
pixel-format-attributes
{
windowed
double-buffered
T{
depth-bits
{
value 24
}
}
}
}
{
pref-dim
{
1024 768
}
}
{
tick-interval-nanos 16666666
}
{
use-game-input?
t
}
}
inline