Hiding mouse pointer with full screen ?
Hi,
My program is running full screen, using a Panel in a Frame and the method GraphicsDevice.setFullScreenWindow(). I'd like to hide the mouse pointer, and I was thinking I could simply create a 1x1 transparent image and set it as default pointer, but is there a clean way to hide the mouse pointer ? I was looking for a method like Container.disableMouse() or Container.hideMouse() but can't find anything like that.
Any help would be appreciated.

