Package org.lwjgl.util.remotery
Class RMTInputHandler
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.remotery.RMTInputHandler
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.CallbackI,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer,RMTInputHandlerI
Type
void * (*RMTInputHandlerI.invoke(long, long)) (
char const *text,
void *context
)-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.util.remotery.RMTInputHandlerI
CIF -
Method Summary
Modifier and TypeMethodDescriptionstatic RMTInputHandlercreate(long functionPointer) Creates aRMTInputHandlerinstance from the specified function pointer.static RMTInputHandlercreate(RMTInputHandlerI instance) Creates aRMTInputHandlerinstance that delegates to the specifiedRMTInputHandlerIinstance.static @Nullable RMTInputHandlercreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.CallbackI
addressMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.util.remotery.RMTInputHandlerI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aRMTInputHandlerinstance from the specified function pointer.- Returns:
- the new
RMTInputHandler
-
createSafe
-
create
Creates aRMTInputHandlerinstance that delegates to the specifiedRMTInputHandlerIinstance.
-