Package org.lwjglx.input
Class Cursor
java.lang.Object
org.lwjglx.input.Cursor
public class Cursor
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
CURSOR_8_BIT_ALPHA
static int
CURSOR_ANIMATION
static int
CURSOR_ONE_BIT_TRANSPARENCY
-
Constructor Summary
Constructors Constructor Description Cursor(int int1, int int2, int int3, int int4, int int5, java.nio.IntBuffer intBuffer, java.nio.IntBuffer intBuffer2)
-
Method Summary
Modifier and Type Method Description void
destroy()
static int
getCapabilities()
long
getHandle()
static int
getMaxCursorSize()
static int
getMinCursorSize()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CURSOR_ONE_BIT_TRANSPARENCY
public static final int CURSOR_ONE_BIT_TRANSPARENCY- See Also:
- Constant Field Values
-
CURSOR_8_BIT_ALPHA
public static final int CURSOR_8_BIT_ALPHA- See Also:
- Constant Field Values
-
CURSOR_ANIMATION
public static final int CURSOR_ANIMATION- See Also:
- Constant Field Values
-
-
Constructor Details
-
Cursor
public Cursor(int int1, int int2, int int3, int int4, int int5, java.nio.IntBuffer intBuffer, java.nio.IntBuffer intBuffer2) throws LWJGLException- Throws:
LWJGLException
-
-
Method Details
-
getMinCursorSize
public static int getMinCursorSize() -
getMaxCursorSize
public static int getMaxCursorSize() -
getCapabilities
public static int getCapabilities() -
getHandle
public long getHandle() -
destroy
public void destroy()
-