getPointerPosition return object

This commit is contained in:
Лаврёнов Антон
2014-01-13 01:15:35 +08:00
parent 1db2a43657
commit 89415e6853

View File

@@ -157,6 +157,7 @@
* get pointer position which can be a touch position or mouse position * get pointer position which can be a touch position or mouse position
* @method * @method
* @memberof Kinetic.Stage.prototype * @memberof Kinetic.Stage.prototype
* @returns {Object}
*/ */
getPointerPosition: function() { getPointerPosition: function() {
return this.pointerPos; return this.pointerPos;