An open API service indexing awesome lists of open source software.

https://github.com/mshamaseen/pointers

a flexible open-source library that can recognize gestures made by touch, mouse, and pointer-events.
https://github.com/mshamaseen/pointers

events gesture-recognition gestures jquery jquery-events js mousedown mouseevent pan pointers press tap touchdown touchevent

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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!

```javascript
$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](https://pointers.readthedocs.io/en/latest/)

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