user-input* ( str gadget -- ? )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Free-form keyboard input


Vocabulary
ui.gadgets

Inputs
stra string
gadgeta gadget


Outputs
?a boolean


Generic word contract
Handle free-form textual input while the gadget has keyboard focus.

Definition

GENERIC: user-input* ( str gadget -- ? )


Methods