Package org.lwjgl.sdl
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 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_SIZE
Fields inherited from interface org.lwjgl.sdl.SDL_TimerCallbackI
CIF
-
Method Summary
Modifier and TypeMethodDescriptionstatic SDL_TimerCallback
create
(long functionPointer) Creates aSDL_TimerCallback
instance from the specified function pointer.static SDL_TimerCallback
create
(SDL_TimerCallbackI instance) Creates aSDL_TimerCallback
instance that delegates to the specifiedSDL_TimerCallbackI
instance.static @Nullable SDL_TimerCallback
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.sdl.SDL_TimerCallbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aSDL_TimerCallback
instance from the specified function pointer.- Returns:
- the new
SDL_TimerCallback
-
createSafe
-
create
Creates aSDL_TimerCallback
instance that delegates to the specifiedSDL_TimerCallbackI
instance.
-