asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Alarm should callback every seconds, with a struct tm data. #22

Closed asmodehn closed 10 years ago

asmodehn commented 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.

bvs23bkv33 commented 10 years ago

https://github.com/asmodehn/WkCocos/commit/33561635bbc29ae46bd0b545afc470ddd987c6b9

asmodehn commented 10 years ago

Done.