Package org.lwjgl.sdl

Class SDL_EventFilter

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

public abstract class SDL_EventFilter extends Callback implements SDL_EventFilterI
Callback function: SDL_EventFilter
  • Method Details

    • create

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

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

      public static SDL_EventFilter create(SDL_EventFilterI instance)
      Creates a SDL_EventFilter instance that delegates to the specified SDL_EventFilterI instance.