Package org.lwjgl.sdl

Class SDL_X11EventHook

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

public abstract class SDL_X11EventHook extends Callback implements SDL_X11EventHookI
Callback function: SDL_X11EventHook
  • Method Details

    • create

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

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

      public static SDL_X11EventHook create(SDL_X11EventHookI instance)
      Creates a SDL_X11EventHook instance that delegates to the specified SDL_X11EventHookI instance.