Page 1 of 1

Getting Timepulses...

Posted: Fri May 20, 2005 17:41
by NSXEagle
Is there any chance that I can subscribe for an event that fires every time CEGUI gets a time pulse (via the injectTimePulse() method)?? :?

If not, I think I have to implement my own Timer class.

Re: Getting Timepulses...

Posted: Mon May 23, 2005 11:58
by lindquist
the 'updateSelf' function gets called, but that means that you have to sub-class the widget you want to handle timepulses.

No events are fired. (I could imagine that this would be performance issue)

Re: Getting Timepulses...

Posted: Mon May 23, 2005 19:09
by NSXEagle
Hmm, makes sense. But there could be a global event that is fired when a time pulse is injected. This would not be such a performance loss, would it? :?

But for my problem, I'm just fine with writing my own timer class. :D
By the way: Do you know anything about the 0.2.1 releae? I created a topic in General Discussion, but nobody is anwering... :cry:

Re: Getting Timepulses...

Posted: Mon May 23, 2005 21:45
by lindquist
Implementing this global timepulse event should be fairly straight-forward...

As to the the 2.1 release, I must say that I only what mental has posted.

everything but osx compilation should be done.
I've seen that there is a osx tiger makefile path on the tracker. But I don't know the exact issues that are holding the release back...

no date... sorry!