Class RMTInputHandler

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.remotery.RMTInputHandler
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, RMTInputHandlerI

public abstract class RMTInputHandler extends Callback implements RMTInputHandlerI
Callback function: rmtInputHandlerPtr
  • Method Details

    • create

      public static RMTInputHandler create(long functionPointer)
      Creates a RMTInputHandler instance from the specified function pointer.
      Returns:
      the new RMTInputHandler
    • createSafe

      public static @Nullable RMTInputHandler createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static RMTInputHandler create(RMTInputHandlerI instance)
      Creates a RMTInputHandler instance that delegates to the specified RMTInputHandlerI instance.