Page 1 of 1

Custom/Animated Mouse Cursor

Posted: Sun Aug 20, 2006 15:15
by Pompei2
Hello,

I looked on hw to do custom and animated mouse cursors. Custom is no problem, but how can i do animated ones ?
In This old forum post, you were talking about a feature that allows us to do this natively, where is it now ? I couldn't find it :?

Edit: I noticed this in CEGUIMouseCursor.h:

Code: Select all

00299 protected:
00300         /*************************************************************************
00301                 New event handlers
00302         *************************************************************************/
00307         virtual void    onImageChanged(MouseCursorEventArgs& e);

Nice if i do the animation myself (not natively).