Uses of Class
com.blackrook.gloop.glfw.GLFWCursor
Packages that use GLFWCursor
-
Uses of GLFWCursor in com.blackrook.gloop.glfw
Methods in com.blackrook.gloop.glfw that return GLFWCursorModifier and TypeMethodDescriptionstatic GLFWCursorGLFWCursor.createArrowCursor()This must only be called from the main thread.static GLFWCursorGLFWCursor.createCrosshairCursor()This must only be called from the main thread.static GLFWCursorGLFWCursor.createHandCursor()This must only be called from the main thread.static GLFWCursorGLFWCursor.createHorizontalResizeCursor()This must only be called from the main thread.static GLFWCursorGLFWCursor.createIBeamCursor()This must only be called from the main thread.static GLFWCursorGLFWCursor.createVerticalResizeCursor()This must only be called from the main thread.Methods in com.blackrook.gloop.glfw with parameters of type GLFWCursorModifier and TypeMethodDescriptionvoidGLFWWindow.setCursor(GLFWCursor cursor) Sets this window's cursor.