Package org.lwjgl.sdl

Class SDL_LogOutputFunction

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

public abstract class SDL_LogOutputFunction extends Callback implements SDL_LogOutputFunctionI
Callback function: SDL_LogOutputFunction
  • Method Details

    • create

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

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

      public static SDL_LogOutputFunction create(SDL_LogOutputFunctionI instance)
      Creates a SDL_LogOutputFunction instance that delegates to the specified SDL_LogOutputFunctionI instance.