DEMO version ! After registering you will receive a complete version.
Description
This function hides the mouse pointer. This function should be used together with FGLMShow() when updating the screen. Ferns' Graphics Library hides and reshows the mousecursor with every graphical function. So if you write something to the screen, the mouse cursor is automatically hidden and reshown. If you have to change a lot on the screen (like writing a lot of text), this will result in a flickering mouse cursor because it is so often hidden and reshow. It would be better then to hide and reshow the mouse cursor yourself with FGLMHide() and FGLMShow(). This will (of course) improve your performance.