# MagicTouch **Repository Path**: yaowenqiang/MagicTouch ## Basic Information - **Project Name**: MagicTouch - **Description**: Spec-compatible touch events based on npTuioClient callbacks - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #MagicTouch.js *by Boris Smus* Standards-compatible touch event implementation to make it easier to develop web applications for for multitouch devices. ##Installation 1. Install [npTuioClient NPAPI plugin:](https://github.com/fajran/npTuioClient) * Copy npTuioClient.plugin to ~/Library/Internet Plug-Ins/ * Note that on Mac OS X 10.8 and up, you will require version [1.5b1-osx](https://github.com/downloads/fajran/npTuioClient/npTuioClient-1.5b1-osx.zip) 2. Install [TongSeng](https://github.com/fajran/tongseng) * Run TongSeng.app and press the Start button 3. Include [MagicTouch.js](http://github.com/borismus/MagicTouch) and embed the npTuioClient plugin in your application: ```html