Hello.
I'm searching how to obtain a CCTime for current execution time ... I'm working with a joystick implementation and I need to add a delay for the button press, example: if you press the 'a' button I need that this button setup his 'down' property every 0.5 seconds.
So I need a current Time for setting this logic ... yes, I now that I can use a clock .. a NSDate ... but I want to use the same logic with the schedudle timers .. and I was searching, but I cant' found any timer in CCDirector
thanks