User Activity

In our GUI we need to trigger a visible change when a physical button is pressed and another change when it is released. When using real hardware I can supply separate key codes for key pressed and released events from the ButtonController class, but...