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_SIZEFields inherited from interface org.lwjgl.sdl.SDL_TimerCallbackI
CIF -
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 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_TimerCallbackI
callback, getCallInterface, 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.
-