Package org.lwjgl.sdl

Class SDL_CleanupPropertyCallback

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

public abstract class SDL_CleanupPropertyCallback extends Callback implements SDL_CleanupPropertyCallbackI
Callback function: SDL_CleanupPropertyCallback
  • Method Details

    • create

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

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

      Creates a SDL_CleanupPropertyCallback instance that delegates to the specified SDL_CleanupPropertyCallbackI instance.