playMaker

Author Topic: Input.Touches Custom Actions not responding to Raw touches: UP,DOWN, ON  (Read 2212 times)

polats

  • Playmaker Newbie
  • *
  • Posts: 1
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

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
i have same problem with my azerty keybord

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
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