Newsgroups: comp.os.msdos.djgpp Date: Wed, 23 Apr 1997 19:22:37 -0400 (EDT) From: Laszlo Vecsey To: rellwood cc: djgpp AT delorie DOT com Subject: Re: Mouse past edge of screen question In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 23 Apr 1997, rellwood wrote: > > 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? One way to do it would be to use mouse ticks instead, and compute your own logical offset that way. "mouse mickey's" I believe they're called. Why exactly do you need to do this? Perhaps with some more details someone can suggest a better solution. - lv