public abstract class GLFWWindowIconifyCallback extends org.lwjgl.system.Callback implements GLFWWindowIconifyCallbackI
SetWindowIconifyCallback method.
void (*) (
GLFWwindow *window,
int iconified
)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 GLFWWindowIconifyCallback |
create(GLFWWindowIconifyCallbackI instance)
Creates a
GLFWWindowIconifyCallback instance that delegates to the specified GLFWWindowIconifyCallbackI instance. |
static GLFWWindowIconifyCallback |
create(long functionPointer)
Creates a
GLFWWindowIconifyCallback instance from the specified function pointer. |
static GLFWWindowIconifyCallback |
createSafe(long functionPointer)
|
GLFWWindowIconifyCallback |
set(long window)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static GLFWWindowIconifyCallback create(long functionPointer)
GLFWWindowIconifyCallback instance from the specified function pointer.GLFWWindowIconifyCallback@Nullable public static GLFWWindowIconifyCallback createSafe(long functionPointer)
public static GLFWWindowIconifyCallback create(GLFWWindowIconifyCallbackI instance)
GLFWWindowIconifyCallback instance that delegates to the specified GLFWWindowIconifyCallbackI instance.public GLFWWindowIconifyCallback set(long window)
Copyright LWJGL. All Rights Reserved. License terms.