Short Description

Multi-touch provider allowing developers to let their plug-in receive rich multi-touch interaction. Currently supports Mac OS X, and generates raw finger events as well as pre-processed 2-finger gestures (pinch, drag, rotation)

Documentation

Below is a sample code showing how to listen to 2-finger gestures.
NOTE: the following sample code requires EzPlug to compile and run. 

Resources needing this

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 1.1.0.1 • Released on: 2013-04-22 13:58:47
    Download
    Description:

    Improved loading performance of the native library

  • Version 1.1.0.0 • Released on: 2012-12-19 19:30:10
    Download
    Description:

    Adjusted thresholds between pinch & rotate. Should improve user experience

  • Version 1.0.4.0 • Released on: 2012-12-19 16:59:34
    Download
    Description:

    Fixed an issue in the FingerMotion listener (receiving wrong vertical motion values)

  • Version 1.0.3.0 • Released on: 2012-01-10 15:08:37
    Download
    Description:

    * provide public access to shutdown method (should allow improved mem and cpu usage)

  • Version 1.0.2.0 • Released on: 2011-12-01 14:22:11
    Download
    Description:

    * catch exception if multi-touch not supported on client OS
    * code refactoring and cleaning

  • Version 1.0.1.0 • Released on: 2011-09-20 15:04:25
    Download
    Description:

    fixed class hierarchy (provider was implementing PluginLibrary but not extending Plugin)

  • Version 1.0.0.1 • Released on: 2011-09-19 17:42:42
    Download
    Description:

    Changed the internal path of the native library, to support other platforms in the future (no logic change)

  • Version 1.0.0.0 • Released on: 2011-09-19 16:10:41
    Download