Uses of Class
org.lwjgl.input.Cursor
Packages that use Cursor
-
Uses of Cursor in org.lwjgl.input
Methods in org.lwjgl.input that return CursorModifier and TypeMethodDescriptionstatic Cursor
Mouse.getNativeCursor()
Gets the currently bound native cursor, if any.static Cursor
Mouse.setNativeCursor
(Cursor cursor) Binds a native cursor.Methods in org.lwjgl.input with parameters of type CursorModifier and TypeMethodDescriptionstatic Cursor
Mouse.setNativeCursor
(Cursor cursor) Binds a native cursor.