Class SDL_X11EventHook
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_X11EventHook
- All Implemented Interfaces:
AutoCloseable, SDL_X11EventHookI, CallbackI, NativeResource, Pointer
Callback function:
SDL_X11EventHook-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface SDL_X11EventHookI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionstatic SDL_X11EventHookcreate(long functionPointer) Creates aSDL_X11EventHookinstance from the specified function pointer.static SDL_X11EventHookcreate(SDL_X11EventHookI instance) Creates aSDL_X11EventHookinstance that delegates to the specifiedSDL_X11EventHookIinstance.static @Nullable SDL_X11EventHookcreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface SDL_X11EventHookI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aSDL_X11EventHookinstance from the specified function pointer.- Returns:
- the new
SDL_X11EventHook
-
createSafe
-
create
Creates aSDL_X11EventHookinstance that delegates to the specifiedSDL_X11EventHookIinstance.
-