mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
LINUX: Implemented setGrabbed
This commit is contained in:
parent
e7eb679f24
commit
0085c8862c
5 changed files with 93 additions and 171 deletions
|
|
@ -55,7 +55,7 @@ public class Cursor {
|
|||
private CursorElement[] cursors = null;
|
||||
|
||||
/** Index into list of cursors */
|
||||
private int index = -1;
|
||||
private int index = 0;
|
||||
|
||||
/**
|
||||
* Constructs a new Cursor, with the given parameters. Mouse must have been created before you can create
|
||||
|
|
@ -127,8 +127,6 @@ public class Cursor {
|
|||
// offset to next image
|
||||
images_copy.position(width*height*(i+1));
|
||||
}
|
||||
// set index
|
||||
index = 0;
|
||||
break;
|
||||
case Display.PLATFORM_AGL:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue