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