Uses of Class
com.lapissea.glfw.GlfwWindow.Cursor
-
-
Uses of GlfwWindow.Cursor in com.lapissea.glfw
Fields in com.lapissea.glfw with type parameters of type GlfwWindow.Cursor Modifier and Type Field Description com.lapissea.util.event.change.ChangeRegistry<GlfwWindow.Cursor>GlfwWindow. cursorModeMethods in com.lapissea.glfw that return GlfwWindow.Cursor Modifier and Type Method Description static GlfwWindow.CursorGlfwWindow.Cursor. valueOf(String name)Returns the enum constant of this type with the specified name.static GlfwWindow.Cursor[]GlfwWindow.Cursor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-