Handbook
Glossary
update-hand ( world -- )
Vocabulary
ui
.
private
Inputs
world
an
object
Outputs
None
Definition
USING:
kernel
namespaces
ui.gestures
;
IN:
ui.private
:
update-hand
( world -- )
dup
hand-world
get-global
eq?
[
hand-loc
get-global
swap
move-hand
]
[
drop
]
if
;