Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE30140E94A@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: scare_mouse() alternatives? Date: Mon, 7 Jun 1999 10:13:08 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Person with annoying mangled name writes: > Does scare_mouse() just hide the mouse pointer? It is a higher level wrapper for show_mouse(NULL), that only hides the mouse if that is really required, ie. if the mouse is visible, and you don't have a hardware cursor. It also maintains a state stack, so that unscare_mouse() can put things back to the way they were at the end of your drawing code. Shawn Hargreaves.