Package org.lwjgl.stb

Class STBIEOFCallback

    • Method Detail

      • create

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

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