Package org.lwjgl.stb

Class STBIEOFCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.stb.STBIEOFCallback
All Implemented Interfaces:
AutoCloseable, STBIEOFCallbackI, CallbackI, NativeResource, Pointer

public abstract class STBIEOFCallback extends Callback implements STBIEOFCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static STBIEOFCallback create(STBIEOFCallbackI instance)
      Creates a STBIEOFCallback instance that delegates to the specified STBIEOFCallbackI instance.