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