From: Newsgroups: comp.os.msdos.djgpp References: <34bd3b63 DOT 0 AT news1 DOT ibm DOT net> Subject: Re: I have a question about the mouse handler in allegro!!! Date: Wed, 14 Jan 1998 19:49:16 -0500 Lines: 17 NNTP-Posting-Host: 32.100.113.175 Message-ID: <34bd5d3f.0@news1.ibm.net> Organization: IBM.NET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk To anyone whos intrested... I figured out what the problem was. I had to specify the mouse range with the set_mouse_range(...) function. Its default limits it. odmarc AT ibm DOT net wrote in message <34bd3b63 DOT 0 AT news1 DOT ibm DOT net>... >I am trying to use a scrolling screen (not with a virtual screen, but by >scrolling around a memory bitmap). As I scroll around, moving down or to >the right, the mouse reaches a point at which it can't move anymore, some >kind of border. If you want to take a look at my source code and try and >figure out the problem I would be very appreciative, just send email to >melvins9 AT aol DOT com . > >If you know of any reasons why this would occur, please email me as well as >post for the general public. > >