Package io.github.libsdl4j.api.timer
-
Interface Summary Interface Description SDL_TimerCallback Warning: It is necessary to keep a reference to the callback object somewhere in your Java program, otherwise JNA would dispose of the object (GC would clean it) and the callback function would no longer be available for SDL library's C code to call. -
Class Summary Class Description SDL_TimerID Definition of the timer ID type.SdlTimer Definitions from file SDL_timer.h