Initial Commit: CC - SpoonLib - Touch End (ild66f6e9m.js)

beta.r3js.org
-=yb4f310 2018-01-17 15:16:18 +01:00
parent 59ff4932b4
commit 7a62f2a3a1
1 changed files with 28 additions and 0 deletions

28
ild66f6e9m.js Normal file
View File

@ -0,0 +1,28 @@
if (!this.entityLoaded) {
return;
}
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
/*
if (data.down > 0) {
GameLib.Event.Emit(
GameLib.Event.MOUSE_WHEEL,
{
event : {
deltaY : 1
}
}
)
} else {
GameLib.Event.Emit(
GameLib.Event.MOUSE_WHEEL,
{
event : {
deltaY : -1
}
}
)
}
*/
//@ sourceURL=SpoonLibTouchEnd.js