graemeg / fpGUI

fpGUI Toolkit is a cross-platform GUI toolkit using Free Pascal

Home Page:http://fpgui.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide mouse cursor.

fredvs opened this issue · comments

Hello.

In attachment, update to enable hidden cursor with:

MouseCursor := mcNone;
.
3 files are updated: fpg_base.pas, fpg_x11.pas and fpg_gdi.pas, for maint and develop branch.

fpgui_nocursor.zip

(Sorry, it is a shame, but I dont catch how to do pull-request with different branch).
[EDIT] #118 #119

The code for X11 is adapted from MSEgui.

Fre,D