Commit graph

20 commits

Author SHA1 Message Date
Jess Telford
b463522e66
Merge pull request #23 from luke3butler/master
Fix ".applyProjection() has been removed."
2022-06-10 10:00:29 +10:00
Jess Telford
c74d79e997
Merge pull request #22 from patrickocoffeyo/fix/canvas-coordinates
Incorporate canvas position in mouse position calculation
2022-06-10 09:59:55 +10:00
Luke
ecee3be650 Fix ".applyProjection() has been removed." 2018-03-07 12:34:49 -05:00
Patrick Coffey
cf791d0404
fix(canvas): ensure positioning incorporates cavas position for embedded scenes 2018-03-03 13:48:06 -06:00
Patrick Coffey
95f875e8ba
Allow attribute-level disabling of click-drag functionality 2017-08-15 16:44:25 -05:00
Jess Telford
936734c736 Simpler, more accurate velocity calculations 2016-11-11 18:16:14 +11:00
Jess Telford
8f84fdc21d Fix linting error 2016-11-05 15:57:02 +11:00
Jess Telford
f0902cedd1 Remove locktolocalrotation option 2016-11-05 15:55:51 +11:00
Jess Telford
877f0f12f1 Support dragging child entities 2016-11-05 15:52:46 +11:00
Jess Telford
fb87db0f3d Only emit drag end after dragging, not clicks 2016-11-05 14:14:25 +11:00
Jess Telford
44e3665c99 Fix linting error 2016-11-05 13:54:34 +11:00
Jess Telford
8a0597621b Remove drag listeners when paused / removed 2016-11-04 21:04:13 +11:00
Jess Telford
299698fe3e Support touch events for dragging 2016-10-05 07:40:57 +11:00
Jess Telford
20f5f9b000 Enable screen locking for rotated camera views 2016-10-04 17:46:38 +11:00
Jess Telford
a675ba84ba Correctly rotate object when locked to camera 2016-10-04 07:41:37 +11:00
Jess Telford
6b6ef887ea Setting up for locking to camera 2016-10-03 20:38:36 +11:00
Jess Telford
2589c0bcc1 Support a rotated camera 2016-10-03 20:37:56 +11:00
Jess Telford
c7d1fe0c0c Return smoothed drag end velocity with event 2016-09-28 22:49:19 +10:00
Jess Telford
07383417de Add events for dragging 2016-09-28 17:44:08 +10:00
Kevin Ngo
f446d1bb11 Click + Drag component 2016-09-23 19:03:49 +10:00