public abstract class RMTInputHandler extends org.lwjgl.system.Callback implements RMTInputHandlerI
void * (*) (
char const *text,
void *context
)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 RMTInputHandler |
create(long functionPointer)
Creates a
RMTInputHandler instance from the specified function pointer. |
static RMTInputHandler |
create(RMTInputHandlerI instance)
Creates a
RMTInputHandler instance that delegates to the specified RMTInputHandlerI instance. |
static RMTInputHandler |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static RMTInputHandler create(long functionPointer)
RMTInputHandler instance from the specified function pointer.RMTInputHandler@Nullable public static RMTInputHandler createSafe(long functionPointer)
public static RMTInputHandler create(RMTInputHandlerI instance)
RMTInputHandler instance that delegates to the specified RMTInputHandlerI instance.Copyright LWJGL. All Rights Reserved. License terms.