is it possible to send custom events to a CEGUI event handler?
Currently, all of my event handlers are in lua.
My newest widget is a clock widget. So, I want to update the clock based on a timer.
The timer would then call an event handler so I could move the dial on the clock.
Would this be possible?
Or is their already a timer event that I can take advantage of?
Thanks in advance.
![Very Happy :D](./images/smilies/icon_biggrin.gif)
--Handy