From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <7u3ant$lk6$1 AT nnrp1 DOT deja DOT com> Subject: Re: How to change mouse Speed Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: X-Trace: /Kw5eAEYQwj2bKLNSCyXyG27Pc0G1HEMq7Mqf64eRD2n4aa1YSVlLl72F3JvKWMCI9pVgazfxWtZ!nlUpe4DPwnJPkj/CfxpsZsxmAHefjIJTsqfAxOhRQ8BDMJol7LGy/xN8D+W3u625/Cf9A1U= X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 14 Oct 1999 06:11:05 GMT Distribution: world Date: Thu, 14 Oct 1999 06:11:06 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wrote in message news:7u3ant$lk6$1 AT nnrp1 DOT deja DOT com... > Hi, > > I'm using DJGPP C (not C++ and without any graphic library) > Is there anyway to change the mouse speed in > DJGPP? I saw some program does this but I > don't really know how to write the code to do it. The mouse is controlled with interrupt 0x33. If you have any questions, check Ralf Brown's list. Look up mickeys in the mouse driver docs. > And, is there posible to change the look of the mouse pointer instead > using the normal BLOCK type into some other ASCII character ? Look up "set software text mode cursor" in the mouse driver docs. Damian Yerrick http://come.to/yerrick