Package org.lwjgl.sdl

Class SDL_HitTest

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

public abstract class SDL_HitTest extends Callback implements SDL_HitTestI
Callback function: SDL_HitTest
  • Method Details

    • create

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

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

      public static SDL_HitTest create(SDL_HitTestI instance)
      Creates a SDL_HitTest instance that delegates to the specified SDL_HitTestI instance.