Skip to content

skhameneh/clickTouch.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

clickTouch.js v0.1
Shawn Khameneh
MIT License

To use, just include "clickTouch.js" in your web application
and run "clickTouch.init()" when the document is ready.

You can also run "clickTouch.init(true)" to prevent default
override mouse events entirely.

Example (if using jQuery):
$(document).ready(function(){
	clickTouch.init();
});

About

Simulates multitouch events from mouse events for use with web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published