Search found 3 matches
- Wed Aug 17, 2005 04:48
- Forum: Modifications / Integrations / Customisations
- Topic: Hidding the CEGUI mouse cursor using Ogre ( newbie question
- Replies: 6
- Views: 3947
Re: Hidding the CEGUI mouse cursor using Ogre ( newbie quest
Thanks CrazyEddie, I just realize what's going on with the mouse cursor. As I expected the problem comes from the Ogre code. (I'm not saying Ogre sucks, far from that) This is what's happening : I derived my FrameListener class from the oldy ExampleFrameListener class. Ok, this is a handy class for ...
- Sun Aug 14, 2005 17:48
- Forum: Modifications / Integrations / Customisations
- Topic: Hidding the CEGUI mouse cursor using Ogre ( newbie question
- Replies: 6
- Views: 3947
Re: Hidding the CEGUI mouse cursor using Ogre ( newbie quest
Thanks for the tip crazyeddie! I've just put a breakpoint to that line and it's getting executed. Actually I can see the mouse flickers as I press the key, some sort of hides for a millisecond but shows instantly back again. Could this be because Ogre "refreshes" the scene and shows back a...
- Sun Aug 14, 2005 02:15
- Forum: Modifications / Integrations / Customisations
- Topic: Hidding the CEGUI mouse cursor using Ogre ( newbie question
- Replies: 6
- Views: 3947
Hidding the CEGUI mouse cursor using Ogre ( newbie question
Hello everyone, I have a question about the proper way to hide the mouse cursor using Ogre. Here's the situation : 1.) I have downloaded and compiled Ogre version 1.0.3 for Windows. 2.) I have downloaded and installed the Ogre Wizard, version 0.13.2, for the .Net frame work. 3.) I've created, compil...