Issue with Event trigger type Released

@kisvegabor
When I try to trigger an event based on touch type Released or Clicked. Then event still gets called after we release the touch outside of the particular object.

Let’s say object is button, if we press the button and release the touch outside of the button then it still calls an event for this. Rather it should raise an event only when the touch is released within an object/button. Look at the attached video.

It causes serious issues when we make scrollable menu and takes uneven clicks.

Hi,

You an disable this this feature by unchecking the PRESS LOCK flag of the button.

1 Like

It worked. Thanks.