Question
Is there a way to handle physical key pressed and released events separately in the simulator?
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 i cannot find any way to do this in the simulator.