Message-ID: <19991014052442.8750.rocketmail@web1405.mail.yahoo.com> Date: Wed, 13 Oct 1999 22:24:42 -0700 (PDT) From: Prashant TR Subject: Re: How to change mouse Speed To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Hi, --- hank_heng AT hotmail DOT com wrote: > Is there anyway to change the mouse speed in DJGPP > ? Use this: AH=0x1ah, bx=horiz. speed, bx=vertical speed, cx=double speed threshold INT 33H You can get this from Ralf Brown's interrupt list. The INT33h is reserved exclusively for the mouse and several functions are available. You will need to use __dpmi_int(0x33, ®s); after filling out the "regs " structure. > > And, is there posible to change the look of the > mouse pointer instead > using the normal BLOCK type into some other ASCII > character ? That's possible. It's in the same interrupt list. ---- Prashant TR http://www.members.tripod.com/prashant_tr/ ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com