Closed asmodehn closed 10 years ago
Currently the event for update passes a simple float/double of mseconds. But this is not consistent with the alarm design based on struct tm. Also the user is usually only interested on callback when a second has passed. not every update.
https://github.com/asmodehn/WkCocos/commit/33561635bbc29ae46bd0b545afc470ddd987c6b9
Done.
Currently the event for update passes a simple float/double of mseconds. But this is not consistent with the alarm design based on struct tm. Also the user is usually only interested on callback when a second has passed. not every update.