From 1cd7d96c68707b081abe563fa2d9e3c42be54628 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 27 Nov 2007 07:58:03 +0000 Subject: [PATCH] Mouse: Attempt to clarify Mouse.setNativeCursor javadoc --- src/java/org/lwjgl/input/Mouse.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java/org/lwjgl/input/Mouse.java b/src/java/org/lwjgl/input/Mouse.java index 12771755..62f3f0af 100644 --- a/src/java/org/lwjgl/input/Mouse.java +++ b/src/java/org/lwjgl/input/Mouse.java @@ -153,8 +153,9 @@ public class Mouse { } /** - * 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.