Uses of Class
com.lapissea.glfw.GlfwWindow.SurfaceAPI
-
-
Uses of GlfwWindow.SurfaceAPI in com.lapissea.glfw
Methods in com.lapissea.glfw that return GlfwWindow.SurfaceAPI Modifier and Type Method Description static GlfwWindow.SurfaceAPIGlfwWindow.SurfaceAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static GlfwWindow.SurfaceAPI[]GlfwWindow.SurfaceAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lapissea.glfw with parameters of type GlfwWindow.SurfaceAPI Modifier and Type Method Description GlfwWindowGlfwWindow. init(GlfwWindow.SurfaceAPI api)GlfwWindowGlfwWindow. init(GlfwWindow.SurfaceAPI api, boolean resizeable)GlfwWindowGlfwWindow. init(GlfwWindow.SurfaceAPI api, boolean resizeable, boolean decorated, boolean transparent)
-