Package org.lwjgl.sdl

Class SDL_CompareCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_CompareCallback
All Implemented Interfaces:
AutoCloseable, SDL_CompareCallbackI, CallbackI, NativeResource, Pointer

public abstract class SDL_CompareCallback extends Callback implements SDL_CompareCallbackI
Callback function: SDL_CompareCallback
  • Method Details

    • create

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

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

      public static SDL_CompareCallback create(SDL_CompareCallbackI instance)
      Creates a SDL_CompareCallback instance that delegates to the specified SDL_CompareCallbackI instance.