Playmaker Forum
PlayMaker Help & Tips => iOS Help => Topic started by: weilies on March 12, 2014, 11:27:11 AM
-
During my development, i use 'Mouse Pick Event' action to fire events
Does the same action detect if i port the game to actual devices?
From what i understand 'Touch' event fire during Device Touch, do i need to duplicate another set of Touch Action in order to make the a native game? Let say the game must run in both browser and iPhone
-
Hi,
yep, also MOUSE UP will be fire by touches when released. so you can get away with simple taps using MOUSE UP, else you will need to account for both mouse and touch.
bye,
Jean