Preskoči na vsebino

GetRunningTimers

opozorilo

This function is deprecated, see CountRunningTimers.

Description

Get the running timers. (SetTimer & SetTimerEx)

Returns

Returns the amount of running timers.

Examples

printf("Running timers: %d", GetRunningTimers());