Within the KeyPressed method in a simple JOGL program, could anyone be so kind to tell me what the value would be if the KeyEvent were to be ‘L’??
Thanks!
Within the KeyPressed method in a simple JOGL program, could anyone be so kind to tell me what the value would be if the KeyEvent were to be ‘L’??
Thanks!
Probably, KeyEvent.VK_L
Kev