Update: CC - SpoonLib - Touch End (r17o00dvgo.js) 87 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 12:38:10 +01:00
parent b95d1eb49f
commit f82c214aa0
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
if (!this.entityLoaded) {
return;
}
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
/*
if (data.down > 0) {
GameLib.Event.Emit(
GameLib.Event.MOUSE_WHEEL,
@ -18,5 +24,5 @@ if (data.down > 0) {
}
)
}
*/
//@ sourceURL=SpoonLibTouchEnd.js