mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
javdoc fixes
This commit is contained in:
parent
278ee8667f
commit
31669b02ec
5 changed files with 10 additions and 11 deletions
|
|
@ -186,9 +186,9 @@ public class Mouse {
|
|||
* Set the position of the cursor. If the cursor is not grabbed,
|
||||
* the native cursor is moved to the new position.
|
||||
*
|
||||
* @param x The x coordinate of the new cursor position in OpenGL coordinates relative
|
||||
* @param new_x The x coordinate of the new cursor position in OpenGL coordinates relative
|
||||
* to the window origin.
|
||||
* @param y The y coordinate of the new cursor position in OpenGL coordinates relative
|
||||
* @param new_y The y coordinate of the new cursor position in OpenGL coordinates relative
|
||||
* to the window origin.
|
||||
*/
|
||||
public static void setCursorPosition(int new_x, int new_y) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue