Update: CC - Touch Move (c55930et90.js) 49 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 14:15:34 +01:00
parent aa0e1bdba8
commit 447980cccd
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ if (this.y > window.innerHeight) {
this.y = window.innerHeight;
}
console.log('x : ' + this.x, 'y: ' + this.y);
GameLib.Event.Emit(
GameLib.Event.MOUSE_MOVE,
{