Cursors and Windows

dbx

26-02-2010 12:25:00

Is it possible to hide the windows cursor when hoovering over my app ( that uses Ogre and MyGUI )?

My app is ( and must be ) in window mode, with the mouse being DISCL_NONEXCLUSIVE ( the user need to change between 2 different apps a lot ).

Right now the windows as well the mygui cursors are visible. It's not a problem when the cursor is outside of my app window, but when it comes back both cursors are visible and overlapping.

my.name

26-02-2010 15:16:26

MyGUI::PointerManager::getInstance().setVisible(false);