playMaker

Author Topic: Native Click Events  (Read 3009 times)

weilies

  • Junior Playmaker
  • **
  • Posts: 74
Native Click Events
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Native Click Events
« Reply #1 on: March 14, 2014, 07:17:16 AM »
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