Difference between revisions of "Gestures"

From HSYCO
Jump to navigation Jump to search
Line 9: Line 9:
 
!Name
 
!Name
 
!Description
 
!Description
 +
!
 
|-
 
|-
 
|swipeup
 
|swipeup
Line 16: Line 17:
 
|swipedown
 
|swipedown
 
|swipe towards the bottom of the screen
 
|swipe towards the bottom of the screen
|[[File:Gesture icon swipedown.png]]
+
|[[File:Gesture icon swipedown.png|40px]]
 
|-
 
|-
 
|swipeleft
 
|swipeleft
 
|swipe towards the left side of the screen
 
|swipe towards the left side of the screen
|[[File:Gesture icon swipeleft.png]]
+
|[[File:Gesture icon swipeleft.png|40px]]
 
|-
 
|-
 
|swiperight
 
|swiperight
 
|swipe towards the right side of the screen
 
|swipe towards the right side of the screen
|[[File:Gesture icon swiperight.png]]
+
|[[File:Gesture icon swiperight.png|40px]]
 
|-
 
|-
 
|pinchin
 
|pinchin
 
|drag two fingers together
 
|drag two fingers together
|[[File:Gesture icon pinchin.png]]
+
|[[File:Gesture icon pinchin.png|40px]]
 
|-
 
|-
 
|pinchin
 
|pinchin
 
|drag two fingers apart
 
|drag two fingers apart
|[[File:Gesture icon pinchout.png]]
+
|[[File:Gesture icon pinchout.png|40px]]
 
|-
 
|-
 
}
 
}

Revision as of 11:31, 16 November 2018

Each page of type page or menu, can have multiple gestures assigned. This is done through pages (of page and menu types) can have multiple custom gestures assigned. This is done through the gestures attribute on the Project Editor, which adds a meta to the source code.

There are six different types of gestures available:


} (menu#portrait) (#gestures swipeup=off; pinchin=user; swipeleft=page:back; pinchout=page:u)
Name Description
swipeup swipe towards the top of the screen Gesture icon swipeup.png
swipedown swipe towards the bottom of the screen Gesture icon swipedown.png
swipeleft swipe towards the left side of the screen Gesture icon swipeleft.png
swiperight swipe towards the right side of the screen Gesture icon swiperight.png
pinchin drag two fingers together Gesture icon pinchin.png
pinchin drag two fingers apart Gesture icon pinchout.png