I made a window which receives MouseLeave event. It is placed on left side of my application.
When I moves mouse to right, it receives MouseLeave event correctly, but when I moves mouse to left(eg. mouse cursor is moved to outside of my application) it does not receives MouseLeave event.
How can I solve this situation?
MouseLeave does not occur.
Moderators: CEGUI MVP, CEGUI Team
-
televoncard
- Just popping in

- Posts: 4
- Joined: Mon Oct 30, 2006 02:28
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Hi,
Yeah, CEGUI's mouse only exists within the rendering area - so effectively it can never leave.
Please look at: System::injectMouseLeaves to inform CEGUI that the mouse has left the rendering area / application window.
CE.
Yeah, CEGUI's mouse only exists within the rendering area - so effectively it can never leave.
Please look at: System::injectMouseLeaves to inform CEGUI that the mouse has left the rendering area / application window.
CE.
Who is online
Users browsing this forum: No registered users and 4 guests