thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

mouse cursor does not hide cleanly when you switch to fullscreen #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
very annoying, the cursor often shows up for a second or so, or stays up
until you move the mouse cursor

a more reliable way of hiding the mouse cursor is required.

Original issue reported on code.google.com by glenn.fi...@gmail.com on 7 Sep 2006 at 5:23

GoogleCodeExporter commented 8 years ago
fixed by creating a null cursor and selecting that, instead of going 
SetCursor(NULL)

Original comment by glenn.fi...@gmail.com on 11 Sep 2006 at 5:10