LWJGL 1.0 beta 2 Released

more info here: http://lwjgl.org/forum/viewtopic.php?t=1694

Beta 2 breaks me with:


Thu Jul 13 18:46:51 PDT 2006: java.lang.UnsatisfiedLinkError: nSetCursorPosition
	at org.lwjgl.opengl.WindowsDisplay.nSetCursorPosition(Native Method)
	at org.lwjgl.opengl.WindowsDisplay.setCursorPosition(WindowsDisplay.java:353)
	at org.lwjgl.input.Mouse.setCursorPosition(Mouse.java:190)
	at org.newdawn.tilt.MouseOverGroup.update(MouseOverGroup.java:54)

On Windows XP.

Kev

Duh! My silly mistake. It’s fixed now.

  • elias

Thanks for the rapid fix.

Kev