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