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