Uses of Enum
com.blackrook.gloop.glfw.GLFWWindow.CursorMode
Packages that use GLFWWindow.CursorMode
-
Uses of GLFWWindow.CursorMode in com.blackrook.gloop.glfw
Subclasses with type arguments of type GLFWWindow.CursorMode in com.blackrook.gloop.glfwMethods in com.blackrook.gloop.glfw that return GLFWWindow.CursorModeModifier and TypeMethodDescriptionstatic GLFWWindow.CursorModeReturns the enum constant of this type with the specified name.static GLFWWindow.CursorMode[]GLFWWindow.CursorMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.gloop.glfw with parameters of type GLFWWindow.CursorModeModifier and TypeMethodDescriptionvoidGLFWWindow.setCursorMode(GLFWWindow.CursorMode cursorMode) Sets this window's cursor mode.