Class RMTInputHandler
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.remotery.RMTInputHandler
- All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, RMTInputHandlerI
Callback function:
rmtInputHandlerPtr-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface RMTInputHandlerI
DESCRIPTOR -
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 interface NativeResource
closeMethods inherited from interface RMTInputHandlerI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aRMTInputHandlerinstance from the specified function pointer.- Returns:
- the new
RMTInputHandler
-
createSafe
-
create
Creates aRMTInputHandlerinstance that delegates to the specifiedRMTInputHandlerIinstance.
-