Package org.lwjgl.stb

Class STBISkipCallback

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

public abstract class STBISkipCallback extends Callback implements STBISkipCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static STBISkipCallback create(STBISkipCallbackI instance)
      Creates a STBISkipCallback instance that delegates to the specified STBISkipCallbackI instance.