Packages
sdl2
SDL
Timer
delay
get_performance_counter
get_performance_frequency
get_ticks
Timer
remove
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
()