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