Package org.lwjgl.sdl

Class SDL_realloc_func

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

public abstract class SDL_realloc_func extends Callback implements SDL_realloc_funcI
Callback function: SDL_realloc_func
  • Method Details

    • create

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

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

      public static SDL_realloc_func create(SDL_realloc_funcI instance)
      Creates a SDL_realloc_func instance that delegates to the specified SDL_realloc_funcI instance.