Package org.lwjgl.glfw
Class GLFWMonitorCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.glfw.GLFWMonitorCallback
- All Implemented Interfaces:
AutoCloseable
,GLFWMonitorCallbackI
,CallbackI
,NativeResource
,Pointer
Callback function:
GLFWmonitorfun
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.glfw.GLFWMonitorCallbackI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic GLFWMonitorCallback
create
(long functionPointer) Creates aGLFWMonitorCallback
instance from the specified function pointer.static GLFWMonitorCallback
create
(GLFWMonitorCallbackI instance) Creates aGLFWMonitorCallback
instance that delegates to the specifiedGLFWMonitorCallbackI
instance.static @Nullable GLFWMonitorCallback
createSafe
(long functionPointer) set()
SeeSetMonitorCallback
.Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.glfw.GLFWMonitorCallbackI
callback, getCallInterface, invoke
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aGLFWMonitorCallback
instance from the specified function pointer.- Returns:
- the new
GLFWMonitorCallback
-
createSafe
-
create
Creates aGLFWMonitorCallback
instance that delegates to the specifiedGLFWMonitorCallbackI
instance. -
set
SeeSetMonitorCallback
.
-