Handbook
Glossary
update-click# ( button -- )
Vocabulary
ui
.
gestures
Inputs
button
an
object
Outputs
None
Definition
USING:
kernel
namespaces
system
;
IN:
ui.gestures
:
update-click#
( button -- )
[
dup
multi-click?
[
hand-click#
inc
]
[
1
hand-click#
set
]
if
hand-last-button
set
nano-count
hand-last-time
set
]
with-global
;