Good afternoon (o;
Have a touchscreen application here on Linux which runs in full screen mode.
So to disable the mouse pointer I use this snippet in the Windows Activated and Opening event:
Self.MouseCursor = System.Cursors.InvisibleCursor
But the mouse pointer is still visible on startup until I do a first touch, then it disappears…
So how would I prevent this initial display of the mouse pointer?
thanks in advance
richard
8 posts - 5 participants