Page 1 of 1

system mouse cursor in windowed mode

Posted: Mon Apr 03, 2006 19:09
by hkroger
Hi,

Can anyone tell me how can I use system mouse cursor instead of cegui cursor in windowed mode?

Thanks

Posted: Mon Apr 03, 2006 19:34
by lindquist

Code: Select all

CEGUI::MouseCursor::getSingleton().hide()

This will ensure that the CEGUI cursor is'nt shown.

Then just dont hide the system cursor and inject input as usual