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