Class GLFW

java.lang.Object
dev.pfaff.glass.glfw.GLFW

public final class GLFW extends Object
  • Field Details

    • FD_GLFWerrorfun

      public static final FunctionDescriptor FD_GLFWerrorfun
    • ML_GLFWwindow

      public static final AddressLayout ML_GLFWwindow
    • ML_GLFWmonitor

      public static final AddressLayout ML_GLFWmonitor
    • ML_GLFWerrorfun

      public static final AddressLayout ML_GLFWerrorfun
    • MH_glfwInit

      public static final MethodHandle MH_glfwInit
    • MH_glfwTerminate

      public static final MethodHandle MH_glfwTerminate
    • MH_glfwPollEvents

      public static final MethodHandle MH_glfwPollEvents
    • MH_glfwSetErrorCallback

      public static final MethodHandle MH_glfwSetErrorCallback
  • Constructor Details

  • Method Details

    • init

      public void init()
      Initializes GLFW.
    • terminate

      public void terminate()
      Deinitializes GLFW. You must call init() after this call to use the library again.
    • pollEvents

      public void pollEvents()
    • setErrorCallback

      public void setErrorCallback(ErrorCallback callback)