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