Class SDL_CompareCallback_r
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_CompareCallback_r
- All Implemented Interfaces:
AutoCloseable, SDL_CompareCallback_rI, CallbackI, NativeResource, Pointer
Callback function:
SDL_CompareCallback_r-
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_CompareCallback_rI
DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionstatic SDL_CompareCallback_rcreate(long functionPointer) Creates aSDL_CompareCallback_rinstance from the specified function pointer.static SDL_CompareCallback_rcreate(SDL_CompareCallback_rI instance) Creates aSDL_CompareCallback_rinstance that delegates to the specifiedSDL_CompareCallback_rIinstance.static @Nullable SDL_CompareCallback_rcreateSafe(long functionPointer) Methods inherited from interface NativeResource
closeMethods inherited from interface SDL_CompareCallback_rI
callback, getDescriptor, invoke
-
Method Details
-
create
Creates aSDL_CompareCallback_rinstance from the specified function pointer.- Returns:
- the new
SDL_CompareCallback_r
-
createSafe
-
create
Creates aSDL_CompareCallback_rinstance that delegates to the specifiedSDL_CompareCallback_rIinstance.
-