Description
Intuiface's support for on-screen gestures enables you to use specific finger movements on a touch display to trigger actions.
These gesture triggers are associated with either the experience as a whole, an individual scene itself, or a static asset. That is, the gesture is captured if it is initiated in the experience, a scene, or a static asset that has been associated with the corresponding trigger.
The list of supported gestures varies by platform:
- Player on Windows: Intuiface supports 25 different gestures grouped into five categories, each of which can be used to trigger one or more actions. The list of gestures is here.
- Player on iPad, Android, ChromeOS, BrightSign, Samsung SSP: Intuiface supports the gestures Swipe Up/Down and Swipe Left/Right, each of which can be used to trigger one or more actions. You can see these four gestures listed here.
A common example would be to use the swipe left / right triggers to call the next / previous navigation action.
In the context of design for accessibility, performing gestures on static assets will enable you to capture large, gross motor gestures for every individual static item in a running experience. For example, create an on-screen trackpad for navigation. Or trigger text-to-speech without requiring perfect touch precision.
How a touch gesture is managed
The order of touch interaction gesture triggers is based on the Z position of the asset, meaning an asset nested in the front layer will always have priority over an asset on a layer beneath it. Gestures placed on a specific asset, scene, or experience will only work if there is no other asset that absorbs interaction on top of them.
A common mistake is to add interaction triggers at the scene level (such as is tapped trigger) and use swipe triggers at the experience level. In this case, the tap trigger will absorb the interaction, making the swipe gestures unusable.
Supported Gestures
Directions
- Horizontal return
- Horizontal sawtooth
- Swipe down
- Swipe left
- Swipe right
- Swipe up
- Vertical return
- Vertical sawtooth
Letters
- Alpha sign
- Gamma sign
- L sign
- M sign
- S sign
- V sign
- W sign
- Z sign
Multitouch Gestures
- Grab
- Ungrab
Shapes
- Circle
- Loops
- Rectangle
- Triangle
Symbols
- Caret
- Greater than
- Less than
Limitations
- On-screen gestures are supported for the following asset types. Asset types not in the list below will not work with on-screen gestures.
- Image Asset
- Video Asset
- YouTube Asset
- Webcam Asset
- Text Asset
- Rich Text Asset
- Linear Gauge Asset
- Ellipse Asset
- Rectangle Asset
- Just to be clear, the above limitation means on-screen gestures are not supported for the Button Asset.
- If the experience, scene, or supported asset type has an "Is tapped" and/or "Is double-tapped" trigger, on-screen gestures will not be recognized. You must remove tap-related actions for on-screen gestures to be recognized.
Comments
0 comments
Article is closed for comments.