Package org.lwjgl.sdl

Class SDL_HintCallback

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

public abstract class SDL_HintCallback extends Callback implements SDL_HintCallbackI
Callback function: SDL_HintCallback
  • Method Details

    • create

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

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

      public static SDL_HintCallback create(SDL_HintCallbackI instance)
      Creates a SDL_HintCallback instance that delegates to the specified SDL_HintCallbackI instance.