Uses of Class
com.blackrook.gloop.glfw.GLFWMonitor
Packages that use GLFWMonitor
-
Uses of GLFWMonitor in com.blackrook.gloop.glfw
Methods in com.blackrook.gloop.glfw that return GLFWMonitorModifier and TypeMethodDescriptionstatic GLFWMonitor[]GLFWMonitor.getAll()Gets all available monitor devices.GLFWWindow.getMonitor()Sets the current monitor for this window.static GLFWMonitorGLFWMonitor.getPrimaryMonitor()Gets the primary monitor.Methods in com.blackrook.gloop.glfw with parameters of type GLFWMonitorModifier and TypeMethodDescriptionvoidGLFWWindow.center(GLFWMonitor monitor) Sets this window's position (upper-left coordinate) to center of the screen using its current size and a monitor.voidGLFWWindow.setMonitor(GLFWMonitor monitor, int xpos, int ypos, int width, int height, int refreshRate) Sets the target monitor for this window in fullscreen mode.Constructors in com.blackrook.gloop.glfw with parameters of type GLFWMonitorModifierConstructorDescriptionGLFWWindow(GLFWWindowHints hints, GLFWMonitor monitor, GLFWWindow sharedWindow, String title, int width, int height) Creates a new GLFW window, sharing its OpenGL resources with another window.GLFWWindow(GLFWWindowHints hints, GLFWMonitor monitor, String title, int width, int height) Creates a new GLFW window.