Skip to content

a flexible open-source library that can recognize gestures made by touch, mouse, and pointer-events.

Notifications You must be signed in to change notification settings

mshamaseen/pointers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pointers

is a open-source library that can recognize gestures made by touch, mouse and pointerEvents.

QuickStart

If you know how to use JQuery, then you already know how to use Pointers!

$p('YourSelector').on('tap nthtap:2 press press:up pan:start.namespace pan:end.namespace pan.namespace',function(){
console.info('Hey! You just trigger the handler!');
})

documentation

For in-details use referer to the documentation

License

This package is a free software Licensed under the MIT License.

Releases

No releases published

Packages

No packages published