Uses of Class
org.lwjgl.input.Cursor
-
Packages that use Cursor Package Description org.lwjgl.input -
-
Uses of Cursor in org.lwjgl.input
Methods in org.lwjgl.input that return Cursor Modifier and Type Method Description static CursorMouse. getNativeCursor()Gets the currently bound native cursor, if any.static CursorMouse. setNativeCursor(Cursor cursor)Binds a native cursor.Methods in org.lwjgl.input with parameters of type Cursor Modifier and Type Method Description static CursorMouse. setNativeCursor(Cursor cursor)Binds a native cursor.
-