Handbook
Glossary
touchbar-invoke-command ( n -- )
Vocabulary
ui
.
backend
.
cocoa
.
views
Inputs
n
an
object
Outputs
None
Definition
USING:
kernel
sequences
threads
ui.gadgets.private
ui.gestures
;
IN:
ui.backend.cocoa.views
:
touchbar-invoke-command
( n -- )
[
touchbar-commands
]
dip
over
[
rot
nth
second
send-touchbar-command
queue-gesture
notify-ui-thread
yield
]
[
3drop
]
if
;