Pointer Released

I dont know for sure if it is an error or if its how it works… When I have a element like a Button with a Pointer.Released I touch her and I trigger a ManualTrigger. But when I touch it (inside the Button) and move my finger outside the element and released, the ManualTrigger it is activated anyway.

I think that Pointer.Released should work when I released the finger in the button, not outside.

Hi!

This is intended behavior. You still get Released in this case, but you don’t get Clicked.

Any button in any OS works the same way. You need to get the Released event in order to deactivate visual cues that the button is pressed etc. :slight_smile: