Module fermium::timer[][src]

Expand description

Timer related functionality.

Structs

Definition of the timer ID type.

Functions

Add a new timer to the pool of timers already running.

Wait a specified number of milliseconds before returning.

Get the current value of the high resolution counter.

Get the count per second of the high resolution counter.

Get the number of milliseconds since the SDL library initialization.

Remove a timer by ID.

Type Definitions

Function prototype for the timer callback function.