Package org.lwjgl.sdl

Class SDL_calloc_func

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

public abstract class SDL_calloc_func extends Callback implements SDL_calloc_funcI
Callback function: SDL_calloc_func
  • Method Details

    • create

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

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

      public static SDL_calloc_func create(SDL_calloc_funcI instance)
      Creates a SDL_calloc_func instance that delegates to the specified SDL_calloc_funcI instance.