mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Mouse: Attempt to clarify Mouse.setNativeCursor javadoc
This commit is contained in:
parent
87722c5d10
commit
1cd7d96c68
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue