SDL.Timer – sdl2 Reference Manual
Timer
Object Hierarchy:
SDL.Timer
SDL.Timer
SDL.Timer
Description:
[
CCode
( cname =
"SDL_TimerID"
) ]
[
SimpleType
]
[
IntegerType
( rank =
6
) ]
public
struct
Timer
Namespace:
SDL
Package:
sdl2
Content:
Static methods:
public
static
void
delay
(
uint32
ms)
public
static
uint64
get_performance_counter
()
public
static
uint64
get_performance_frequency
()
public
static
uint32
get_ticks
()
Creation methods:
public
Timer
(
uint32
interval,
TimerFunc
callback)
Methods:
public
bool
remove
()
2022 vala-language.org