Class GLFW
java.lang.Object
dev.pfaff.glass.glfw.GLFW
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctionDescriptor
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final AddressLayout
static final AddressLayout
static final AddressLayout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deinitializes GLFW.void
void
void
setErrorCallback
(ErrorCallback callback)
-
Field Details
-
FD_GLFWerrorfun
-
ML_GLFWwindow
-
ML_GLFWmonitor
-
ML_GLFWerrorfun
-
MH_glfwInit
-
MH_glfwTerminate
-
MH_glfwPollEvents
-
MH_glfwSetErrorCallback
-
-
Constructor Details
-
GLFW
-
-
Method Details
-
close
-
requireOnMainThread
public void requireOnMainThread() -
pollEvents
public void pollEvents() -
setErrorCallback
-