Handbook
Glossary
send-button-up ( gesture loc world -- )
Vocabulary
ui
.
gestures
Inputs
gesture
an
object
loc
an
object
world
an
object
Outputs
None
Definition
USING:
accessors
kernel
namespaces
sequences
;
IN:
ui.gestures
:
send-button-up
( gesture loc world -- )
move-hand
dup
#>>
hand-buttons
get-global
remove!
drop
stop-drag-timer
button-gesture
;