Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
up-action
Factor documentation
>
Factor handbook
>
UI framework
>
Implementing new gadgets
>
UI gestures
>
Multi-touch gestures
Prev:
right-action
Next:
down-action
Vocabulary
ui.gestures
Class description
Gesture sent when the user performs a multi-touch three-finger swipe up.
Definition
IN:
ui.gestures
SINGLETON:
up-action
Methods
USING:
kernel
ui.gestures
;
M:
up-action
gesture>string
drop
"Swipe up"
;