On Button Released Event for Mashups
Hello everyone,
I would like to be able to track whether a button was released in a mashup. So far I can only see the onClicked event.
I am designing a controller with 4 arrows (up, down, left, right) and I want my remote thing to move accordingly as long as these buttons are pressed. So far I have services for each direction which let the object move in this direction until it is stopped. Thats why I hoped to be able to recognize whether the button has been release, so I can call the stop service.

Please feel free to suggest different approaches for this use case if the release button event is somehow not possible to track.
Best Regards,
Dominik

