new HammerGesturesHandle()
- Source:
- mapspace/interaction/hammergestureshandle.js
Methods
-
getManager()
-
Gets the manager.
- Source:
- mapspace/interaction/hammergestureshandle.js
Returns:
- Type
- Hammer.Manager
-
on(events, handler [, opt_this])
-
Start listening to the given events.
Parameters:
Name Type Argument Description events
Array.<Event> Events.
handler
function Handler.
opt_this
Object <optional>
The optional object as
this
in the handler.- Source:
- mapspace/interaction/hammergestureshandle.js
-
release()
-
Releases handlers.
- Source:
- mapspace/interaction/hammergestureshandle.js