I hereby claim:
- I am gseguin on github.
- I am ghislain (https://keybase.io/ghislain) on keybase.
- I have a public key whose fingerprint is 9288 4063 A33C CCB7 1CED 4CDE 166E 72D3 ACC9 F833
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // This plugin is an experiment for abstracting away the touch and mouse | |
| // events so that developers don't have to worry about which method of input | |
| // the device their document is loaded on supports. | |
| // | |
| // The idea here is to allow the developer to register listeners for the | |
| // basic mouse events, such as mousedown, mousemove, mouseup, and click, | |
| // and the plugin will take care of registering the correct listeners | |
| // behind the scenes to invoke the listener at the fastest possible time | |
| // for that device, while still retaining the order of event firing in | |
| // the traditional mouse environment, should multiple handlers be registered |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |