Handbook
Glossary
user-input ( string world -- )
Vocabulary
ui
.
gestures
Inputs
string
a
string
world
a
world
Outputs
None
Word description
Calls
user-input*
on every parent of the world's currently-focused child.
Definition
USING:
sequences
;
IN:
ui.gestures
:
user-input
( string world -- )
'[
_
\
user-input-tuple
queue-gesture
]
unless-empty
;