cf_pause_for_ticks¶
Category: time
GitHub: cute_time.h
Pauses the application.
Parameters | Description |
---|---|
ticks | A number of ticks to pause the application for. See cf_get_tick_frequency. |
Remarks¶
The entire application can be paused with cf_pause_for or cf_pause_for_ticks, which pause updates that will happen when cf_update_time is called.