Usually when you want to check a keycode that keycode should be in capital letters: INSERT
I am not sure how GameViewHelper works with the keycodes because i am not using it.
I use the Main_KeyPressed_Event(e As Event) from a thread on the forum: keyboard event detect CTRL+X
Usually when you want to check a keycode that keycode should be in capital letters: INSERT
I am not sure how GameViewHelper works with the keycodes because i am not using it.
I use the Main_KeyPressed_Event(e As Event) from a thread on the forum: keyboard event detect CTRL+X
In the Asteroids example that comes with the jGameViewHelper library I can use the Insert key. Gameview
Can you post your test project so others can have a closer look at it?
In the Asteroids example that comes with the jGameViewHelper library I can use the Insert key. Gameview
Can you post your test project so others can have a closer look at it?
The project is quite large but the code I put previously works perfectly for every key apart from 'Insert". I thought it was my Mac keyboard at first but have also tried it with a Windows keyboard with the same result.