Skip to main content
Version: 9.0.2

gesture

Plugin Name: gesture (-ogesture,...) / Shared Library: libgre-plugin-gesture

file=[filename]

filename is a text file containing custom gesture definitions. When the gesture plugin is in 'auto' mode, the gesture plugin will determine if the application uses any of the custom gesture events and enable single touch events.

mode=[disabled|single|multi]

By default, sbengine will search your application for use of any gesture events and gestures will be enbled as required. This behaviour can be overridden with any of the following mode options:

disabled will not generate any gesture events.

single allows for generation of single touch gesture events.

multi allows for generation of both single and multi-touch gesture events.

threshold=[level]

Specifying a level allows the user to configure the sensitivity level which determines if we translate a motion into a gesture event. By default the threshold is set to 100.