I've been looking around and I just cannot find how to know when a key or button is down, and not just pressed.
I want to be able to hold the physical button down (while thrusting a spaceship), but the program doesn't know when the key is released..
I've tried the "Sub Activity_KeyDown (KeyCode As Int) As Boolean" but it does not know when a key is released. Only when a key is pressed.
If i hold a button, and press another it doesn't know that the first button is still down.
I want to be able to hold the physical button down (while thrusting a spaceship), but the program doesn't know when the key is released..
I've tried the "Sub Activity_KeyDown (KeyCode As Int) As Boolean" but it does not know when a key is released. Only when a key is pressed.
If i hold a button, and press another it doesn't know that the first button is still down.