Commit Graph

18 Commits

Author SHA1 Message Date
Jörn Zaefferer
3f9adca042 Interaction: Linting 2012-05-25 17:12:06 +02:00
Jörn Zaefferer
9f454b2f3d Interaction: Pass widget() result to _bind call to allow binding to elements outside this.element 2012-05-25 17:10:16 +02:00
Scott González
a87c1dc068 Interaction: Added some comments. 2012-01-28 10:16:36 -05:00
Scott González
17b0324c28 Interaction: Pass move and stop methods to the hooks. 2012-01-27 20:57:17 -05:00
Richard D. Worth
c8b4be1381 Interaction: added missing file header 2012-01-26 11:14:57 -05:00
Richard D. Worth
d056a9ac2f Interaction: make _start not have to return true (an explicit return false will still cancel) 2012-01-26 11:02:54 -05:00
Scott González
178c21c0b4 Interaction: Rename position hash to pointerPosition and use x/y instead of left/top. 2012-01-15 12:57:39 -05:00
Scott González
d31f31cfa8 Interaction: Added _isValidTarget(), equivalent of _mouseCapture(). 2012-01-14 16:14:39 -05:00
Scott González
3077b608c8 Interaction: Ignore MSPointer events if they're initiated from a mouse, but not from the primary button. 2012-01-12 21:25:19 -05:00
Scott González
d6c3360dec Interaction: Added TODO for MSPointer. 2012-01-11 22:47:34 -05:00
Scott González
8f712d8928 Interaction: Save some bytes. 2012-01-11 22:34:46 -05:00
Scott González
3ffb6c6a2e Interaction: MSPointer: Optimize by ignoring MSPointerMove events with the same x/y coords as the previous event. 2012-01-11 22:31:39 -05:00
Scott González
f09288d18f Interaction: MSPointer: Prevent mouse event promotion. Properly retrieve x/y coordinates. Handle cancel events. 2012-01-11 22:04:41 -05:00
Scott González
a13894672a Interaction: Initiail MSPointer implementation. 2012-01-08 22:17:19 -05:00
Scott González
7332f0e0dd Interaction: Initial implementation of W3C Touch Events. 2012-01-08 22:01:29 -05:00
Scott González
e41a10b559 Interaction: Normalize top/left coordinates in hooks. 2012-01-08 21:48:53 -05:00
Scott González
726d3f67c2 Interaction: Fixed unbinding of mousemove and mouseup event handlers. 2012-01-07 20:49:49 -05:00
Scott González
dbaa744f0c Interaction: Initial implementation for base interaction plugin. 2011-11-23 12:03:09 -05:00