Package org.lwjgl.sdl

Class SDL_free_func

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

public abstract class SDL_free_func extends Callback implements SDL_free_funcI
Callback function: SDL_free_func
  • Method Details

    • create

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

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

      public static SDL_free_func create(SDL_free_funcI instance)
      Creates a SDL_free_func instance that delegates to the specified SDL_free_funcI instance.