From: rellwood Newsgroups: comp.os.msdos.djgpp Subject: Mouse past edge of screen question Date: 23 Apr 1997 10:25:31 -0700 Organization: University of Southern California, Los Angeles, CA Lines: 12 Sender: rellwood AT aludra DOT usc DOT edu Message-ID: Reply-To: rellwood NNTP-Posting-Host: aludra.usc.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk For a particular problem that I am trying to solve, I want to set the boundry of the area that the mouse can scroll larger then the area of the screen. I'm using Allegro's mouse functions, but the one function that I would think should do it, set_mouse_range(int, int, int, int), only seems to be capable of setting the mouse range *smaller* then the screen, not bigger. Any ideas on this? Thanks many times, Richard Ellwood