Package org.lwjgl.sdl

Class SDL_CompareCallback_r

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

public abstract class SDL_CompareCallback_r extends Callback implements SDL_CompareCallback_rI
Callback function: SDL_CompareCallback_r
  • Method Details

    • create

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

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

      public static SDL_CompareCallback_r create(SDL_CompareCallback_rI instance)
      Creates a SDL_CompareCallback_r instance that delegates to the specified SDL_CompareCallback_rI instance.