Mouse: Attempt to clarify Mouse.setNativeCursor javadoc

This commit is contained in:
Elias Naur 2007-11-27 07:58:03 +00:00
parent 87722c5d10
commit 1cd7d96c68
1 changed files with 3 additions and 2 deletions

View File

@ -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.