Handbook
Glossary
move-hand ( loc world -- )
Vocabulary
ui
.
gestures
Inputs
loc
an
object
world
an
object
Outputs
None
Definition
USING:
kernel
namespaces
ui.gadgets
;
IN:
ui.gestures
:
move-hand
( loc world -- )
dup
hand-world
set-global
under-hand
[
over
hand-loc
set-global
pick-up
hand-gadget
set-global
under-hand
]
dip
hand-gestures
;