cf_pause_for¶
Category: time
GitHub: cute_time.h
Pauses the application.
Parameters | Description |
---|---|
seconds | A number of seconds to pause the application for. |
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.
Related Pages¶
CF_PAUSE_TIME_LEFT
cf_update_time
cf_is_paused
cf_pause_for_ticks