Class SDL_AppQuit_func

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

public abstract class SDL_AppQuit_func extends Callback implements SDL_AppQuit_funcI
Callback function: SDL_AppQuit_func
  • Method Details

    • create

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

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

      public static SDL_AppQuit_func create(SDL_AppQuit_funcI instance)
      Creates a SDL_AppQuit_func instance that delegates to the specified SDL_AppQuit_funcI instance.