From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Mouse past edge of screen question Date: Thu, 24 Apr 1997 00:39:26 -0400 Organization: Cornell University http://www.cornell.edu Lines: 37 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <335EE3FE.4127@cornell.edu> References: Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: cu-dialup-0016.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk rellwood wrote: > Sorry I was so vague the first time. The "mouse mickey's" you > mentioned sounds like a good possibility. How do I get at these mouse > ticks? from ralph brown's interrupt list: INT 33 - MS MOUSE v1.0+ - READ MOTION COUNTERS AX = 000Bh Return : CX = number of mickeys mouse moved horizontally since last call DX = number of mickeys mouse moved vertically Note(s) : : a mickey is the smallest increment the mouse can sense positive values indicate down/right See Also: AX=0003h INT 33 - MS MOUSE v1.0+ - RETURN POSITION AND BUTTON STATUS AX=001Bh INT 33 - MS MOUSE v6.0+ - RETURN MOUSE SENSITIVITY AX=0027h INT 33 - MS MOUSE v7.01+ - GET SCREEN/CURSOR MASKS AND MICKEY COUNTS Category : mouse/pointing_device i would recommend browsing through the mouse/pointing_device category. -- Sinan ******************************************************************* A. Sinan Unur WWWWWW |--O+O mailto:sinan DOT unur AT cornell DOT edu C ^ http://www.people.cornell.edu/pages/asu1/ \ ~/ *******************************************************************