Class OPTellFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.opus.OPTellFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, OPTellFuncI

public abstract class OPTellFunc extends Callback implements OPTellFuncI
Callback function: op_tell_func
  • Method Details

    • create

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

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

      public static OPTellFunc create(OPTellFuncI instance)
      Creates a OPTellFunc instance that delegates to the specified OPTellFuncI instance.