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