Initial Commit: CC - Touch Start (lu2nif2rjp.js)

beta.r3js.org
-=yb4f310 2017-11-26 21:17:32 +01:00
parent 0cc48917b6
commit c06846db45
1 changed files with 27 additions and 0 deletions

27
lu2nif2rjp.js Normal file
View File

@ -0,0 +1,27 @@
data.event.preventDefault();
var touches = Object.keys(data);
/**
* This code is rediculous - but it fixes the bug in ios where audio does not play
*/
/*GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Flamethrower'
}
);
if (touches.length > 2) {
*/
GameLib.Event.Emit(GameLib.Event.MOUSE_DOWN);
/*} else {
GameLib.Event.Emit(
GameLib.Event.STOP_AUDIO,
{
name : 'Audio - Flamethrower'
}
);
}*/
//@ sourceURL=touchStart.js