Thanks. Right now, I'm assigning cursor's at the beginning of the definition of each mouse mode in the mice.xml file, like this:
- Code: Select all
...
<mode n="1">
<cursor>crosshair</cursor>
...
How can I modify that to automatically hide the mouse pointer when I go to mode 1, but show it back when I go back to mode 0?