Package com.lapissea.glfw
Class GlfwMonitor
- java.lang.Object
-
- com.lapissea.glfw.GlfwMonitor
-
public class GlfwMonitor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlfwMonitor.Rect
-
Field Summary
Fields Modifier and Type Field Description GlfwMonitor.RectboundsintrefreshRate
-
Constructor Summary
Constructors Constructor Description GlfwMonitor(long handle)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static List<GlfwMonitor.Rect>getGroups()static List<GlfwMonitor>getMonitors()static GlfwMonitorgetPrimaryMonitor()inthashCode()static voidinit()static booleanmoveToVisible(Rectangle2D windowRect)StringtoString()
-
-
-
Field Detail
-
refreshRate
public final int refreshRate
-
bounds
public final GlfwMonitor.Rect bounds
-
-
Method Detail
-
init
public static void init()
-
getPrimaryMonitor
public static GlfwMonitor getPrimaryMonitor()
-
getMonitors
public static List<GlfwMonitor> getMonitors()
-
getGroups
public static List<GlfwMonitor.Rect> getGroups()
-
moveToVisible
public static boolean moveToVisible(Rectangle2D windowRect)
-
-