Search found 2 matches
- Tue Aug 30, 2005 16:27
- Forum: Modifications / Integrations / Customisations
- Topic: mouse cursonr won't display
- Replies: 4
- Views: 3833
Re: mouse cursonr won't display
It helps: void MyOwnFrameListener::mouseMoved(Ogre::MouseEvent *e) { CEGUI::System::getSingleton().injectMouseMove(e->getRelX() * 100, e->getRelY() * 100); } But sensitivity is very small. Even with when I multiply movement by 100 the pointer is very...
- Tue Aug 30, 2005 11:11
- Forum: Modifications / Integrations / Customisations
- Topic: mouse cursonr won't display
- Replies: 4
- Views: 3833
mouse cursonr won't display
As I understand this should be sufficient to get the cursor rendering: CEGUI::System::getSingleton.setDefaultMouseCursor("TaharezLook", "MouseArrow"); But for me it won't diplay even after: CEGUI::MouseCursor::getSingleton().show();