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

https://github.com/owenizedd/simulate-mouse-drag-on-canvas

To simulate Mouse Drag on canvas, could work with Google Maps
https://github.com/owenizedd/simulate-mouse-drag-on-canvas

Last synced: about 1 month ago
JSON representation

To simulate Mouse Drag on canvas, could work with Google Maps

Awesome Lists containing this project

README

        

# Simulate-Mouse-Drag-on-Canvas
To simulate Mouse Drag on canvas, could work with Google Maps

To use:

```js
window.simulateRandomGesture(100,100); //diagonally to right and bottom

window.simulateRandomGesture(100,0); //right 100px

window.simulateRandomGesture(-100,0)//left 100px

```