How I can make CEGUI MouseCursor visible outside CEGUI Window?
I set CEGUI::MouseCursor image, inject mousemove, etc.
It's work. But as soon as I create any window MouseCursor become visible over the window only.
sorry my english
Show MouseCursor outside CEGUI Window
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: Show MouseCursor outside CEGUI Window
Hi,
You need to set a default mouse pointer in the System object:
References:
Wiki
API Ref
You need to set a default mouse pointer in the System object:
Code: Select all
CEGUI::System::getSingleton().setDefaultMouseCursor("TaharezLook", "MouseArrow");
References:
Wiki
API Ref
Re: Show MouseCursor outside CEGUI Window
Oh, my bad head...
I commented this line and forgot it
Thanks, CrazyEddie
I commented this line and forgot it
Thanks, CrazyEddie
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 29 guests
