Re: Avoiding erase the mouse cursor
- Posted by David Alan Gay <moggie at INTERLOG.COM> Jul 29, 1997
- 839 views
> How can I display images on the screen without erasing the mouse cursor and > without turning off the mouse while displaying ? I'm afraid I fail to see why turning off the mouse pointer before displaying an image is a problem. You can always turn it back on once you have finished updating the screen. I'm not sure there is a way you can keep the mouse pointer on while updating the screen without having it overwritten or accidentally captured as part of a screen grab, at least not at the application level anyways. I suppose you could accomplish it at a lower level of the machine. David Gay "A Beginner's Guide To Euphoria" http://www.geocities.com/SiliconValley/Vista/4346