i added both a keylistener and a mousemotionlistener to my glcanvas.
the keylistener works fine, but the mouselistener is lazy. it just creates events about 10 times per second, which is too slow.
if the canvas doesn’t have the focus, it works just fine…but the keylistener is gone.
i didn’t have this problem with gl4java+win98se
sometimes (about 1 time out of 20) the listener works correctly. why ? how to fix it ?