public abstract class GLFWMonitorCallback extends org.lwjgl.system.Callback implements GLFWMonitorCallbackI
SetMonitorCallback method.
void (*) (
GLFWmonitor *monitor,
int event
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static GLFWMonitorCallback |
create(GLFWMonitorCallbackI instance)
Creates a
GLFWMonitorCallback instance that delegates to the specified GLFWMonitorCallbackI instance. |
static GLFWMonitorCallback |
create(long functionPointer)
Creates a
GLFWMonitorCallback instance from the specified function pointer. |
static GLFWMonitorCallback |
createSafe(long functionPointer)
|
GLFWMonitorCallback |
set()
See
SetMonitorCallback. |
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static GLFWMonitorCallback create(long functionPointer)
GLFWMonitorCallback instance from the specified function pointer.GLFWMonitorCallback@Nullable public static GLFWMonitorCallback createSafe(long functionPointer)
public static GLFWMonitorCallback create(GLFWMonitorCallbackI instance)
GLFWMonitorCallback instance that delegates to the specified GLFWMonitorCallbackI instance.public GLFWMonitorCallback set()
SetMonitorCallback.Copyright LWJGL. All Rights Reserved. License terms.