Handbook
Glossary
move-axis ( gadget x y z -- )
Vocabulary
game
.
input
.
demos
.
joysticks
Inputs
gadget
an
object
x
an
object
y
an
object
z
an
object
Outputs
None
Definition
USING:
accessors
;
IN:
game.input.demos.joysticks
::
move-axis
( gadget x y z -- )
x y z
(xyz>loc)
:>
( xy z ) xy gadget
indicator>>
loc<<
z gadget
z-indicator>>
loc<<
;