Uses of Enum Class
com.blackrook.gloop.glfw.GLFWWindowHints.ClientAPI
Packages that use GLFWWindowHints.ClientAPI
-
Uses of GLFWWindowHints.ClientAPI in com.blackrook.gloop.glfw
Subclasses with type arguments of type GLFWWindowHints.ClientAPI in com.blackrook.gloop.glfwMethods in com.blackrook.gloop.glfw that return GLFWWindowHints.ClientAPIModifier and TypeMethodDescriptionstatic GLFWWindowHints.ClientAPIReturns the enum constant of this class with the specified name.static GLFWWindowHints.ClientAPI[]GLFWWindowHints.ClientAPI.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 GLFWWindowHints.ClientAPIModifier and TypeMethodDescriptionGLFWWindowHints.setClientAPI(GLFWWindowHints.ClientAPI clientAPI) Sets which client API to create the context for.