Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: polats on May 03, 2013, 03:55:42 AM

Title: Input.Touches Custom Actions not responding to Raw touches: UP,DOWN, ON
Post by: polats on May 03, 2013, 03:55:42 AM
Hello!

I seem to be having an issue with the Input.Touches custom actions found here:

https://hutonggames.fogbugz.com/?W961

I've set up a state with a global transition from INPUT TOUCHES / DOWN (also tested on ON and UP), but the state machine doesn't respond.  It responds normally for all the other events though (tap, double tap, swipe, etc).

DOWN, UP and ON are checked in the PlayMakerInputTouchesProxy.

I downloaded the latest custom action and am using Input.Touches 1.1.3

I may be doing something wrong but I'm stuck at what to take a look at.

Thanks in advance :D
Title: Re: Input.Touches Custom Actions not responding to Raw touches: UP,DOWN, ON
Post by: blackant on May 04, 2013, 05:53:38 AM
i have same problem with my azerty keybord
Title: Re: Input.Touches Custom Actions not responding to Raw touches: UP,DOWN, ON
Post by: jeanfabre on May 10, 2013, 04:12:07 AM
Hi,
 
 It works fine here. Are you using the mouse? ON DOWN and UP are only touch based events, they do not feature mous emulation like taps.

 Also, @blackant . Where is the link between your keyboard and touch input? this framework only deal with touch events, not keyboard events.

bye,

 Jean