Skip to content

Commit 619caae

Browse files
committed
Added new drag callbacks to allowed types list.
1 parent 5fb219a commit 619caae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/input/local/SceneInputManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var SceneInputManager = new Class({
7171
// over: A list of all Interactive Objects currently considered as being 'over' by any pointer, indexed by pointer ID
7272
this._over = { 0: [], 1: [], 2: [], 3: [], 4: [], 5: [], 6: [], 7: [], 8: [], 9: [] };
7373

74-
this._validTypes = [ 'onDown', 'onUp', 'onOver', 'onOut', 'onMove' ];
74+
this._validTypes = [ 'onDown', 'onUp', 'onOver', 'onOut', 'onMove', 'onDragStart', 'onDrag', 'onDragEnd' ];
7575
},
7676

7777
// Add option to get all IOs within a Rect or Circle

0 commit comments

Comments
 (0)