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