I am listening to the TouchPan
event for an ImageButton
, and the input state goes from Start to Change, but never to End, like the docs say:
My code above is just directly printing the UserInputState parameter when TouchPan fires when dragging an ImageButton. This happens regardless of if you end the pan on or off the ImageButton.
Expected behavior
A final firing of TouchPan with Enum.UserInputState.End
to occur. Without this, there is no way to know when the touch gesture is over.
UPDATE: This also happens with TouchPinch
.