Package org.lwjgl.sdl

Class SDL_TrayCallback

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

public abstract class SDL_TrayCallback extends Callback implements SDL_TrayCallbackI
Callback function: SDL_TrayCallback
  • Method Details

    • create

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

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

      public static SDL_TrayCallback create(SDL_TrayCallbackI instance)
      Creates a SDL_TrayCallback instance that delegates to the specified SDL_TrayCallbackI instance.