From: <eli...@us...> - 2007-11-27 07:58:05
|
Revision: 2924 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2924&view=rev Author: elias_naur Date: 2007-11-26 23:58:03 -0800 (Mon, 26 Nov 2007) Log Message: ----------- Mouse: Attempt to clarify Mouse.setNativeCursor javadoc Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/input/Mouse.java Modified: trunk/LWJGL/src/java/org/lwjgl/input/Mouse.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/input/Mouse.java 2007-11-14 11:54:06 UTC (rev 2923) +++ trunk/LWJGL/src/java/org/lwjgl/input/Mouse.java 2007-11-27 07:58:03 UTC (rev 2924) @@ -153,8 +153,9 @@ } /** - * Binds a native cursor. If the cursor argument is null, the - * native cursor is disabled, as if native cursors were not supported. + * Binds a native cursor. If the cursor argument is null, any + * currently bound native cursor is disabled, and the cursor reverts + * to the default operating system supplied cursor. * * NOTE: The native cursor is not constrained to the window, but * relative events will not be generated if the cursor is outside. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |