Uses of Enum Class
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 class with the specified name.static GLFWWindow.CursorMode[]GLFWWindow.CursorMode.values()Returns an array containing the constants of this enum class, 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.