Simple question, to listen for mouse or keyboard events in an OpenGL window do i hve to use lwjgl.input? Or is there a way i can still use the Java API eg, MouseMotionListener etc etc
You could try using the AWTLWJGLCanvas. But really the LWJGL input system is better.
Cas :)