Package org.lwjgl.sdl

Class SDL_NSTimerCallback

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

public abstract class SDL_NSTimerCallback extends Callback implements SDL_NSTimerCallbackI
Callback function: SDL_NSTimerCallback
  • Method Details

    • create

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

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

      public static SDL_NSTimerCallback create(SDL_NSTimerCallbackI instance)
      Creates a SDL_NSTimerCallback instance that delegates to the specified SDL_NSTimerCallbackI instance.