Efl.Loop_Timer.timer_reset

Description

Resets a timer to its full interval. This effectively makes the timer start ticking off from zero now.

This is equal to delaying the timer by the already passed time, since the timer started ticking

Since 1.22

Signature

timer_reset {}

C signature

void efl_loop_timer_reset(Eo *obj);

Implemented by