Class SDL_main_func

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

public abstract class SDL_main_func extends Callback implements SDL_main_funcI
Callback function: SDL_main_func
  • Method Details

    • create

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

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

      public static SDL_main_func create(SDL_main_funcI instance)
      Creates a SDL_main_func instance that delegates to the specified SDL_main_funcI instance.