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
Callback function:
SDL_X11EventHook-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.sdl.SDL_X11EventHookI
CIF -
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 class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.sdl.SDL_X11EventHookI
callback, getCallInterface, 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.
-