delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/10/14/02:42:21

Message-ID: <19991014052442.8750.rocketmail@web1405.mail.yahoo.com>
Date: Wed, 13 Oct 1999 22:24:42 -0700 (PDT)
From: Prashant TR <prashant_news AT yahoo DOT com>
Subject: Re: How to change mouse Speed
To: djgpp AT delorie DOT com
MIME-Version: 1.0
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, &regs); 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019