By default the gesture events are treated as custom events and are not included in the available events list for actions to bind with. You will need to add them manually the same way that custom user events are added as described in the chapter Chapter 8, Connecting Events to Actions.
Right-click the control you want to add the action to, and select Add button to the right of the Event Filter text box.
> . Then click the
You will see the gre.gesture.up
,
gre.gesture.down
, gre.gesture.left
, and gre.gesture.right
Now that you have added the gesture events to the application you will be able to select them in the events list pf the
dialog to trigger an action.
By default, sbengine will search your application for use of any gesture events and gestures will be enbled as required.
The gesture plugin can be disabled or forced to single or multi-touch mode by passing one of the folowing options to Storyboard Engine. See the section on Plugin Options for details about command line arguments.
When running from Storyboard Designer, the gesture plugin can be configured from the Simulation Configuration Dialog.
This is the default setting, Storyboard Engine will decide disabled, single or multi.
Only single-touch gestures will be generated.
Single and Multi-touch gestures will be generated.
No gesture events will be generated.
These gesture plugin options are discussed in more detail in the gesture plugin options section of this document.
Once you have configured the gesture plugin options in the Simulation Configuration Dialog, click Apply and Run to see your changes applied to the Storyboard Engine commandline arguments.