Date: Sun, 25 Feb 2001 08:34:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "R. Glashans" cc: djgpp AT delorie DOT com Subject: Re: Scroll Wheels in Dos. In-Reply-To: <976l7c$8e0$1@news1.xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 23 Feb 2001, R. Glashans wrote: > I've been trying to find some source to read the scroll wheel of a standard > ms-mouse. You mean, by using Int 33h functions with the standard mouse drivers? AFAIK, this is impossible: Microsoft quite deliberately didn't add that functionality to the Int 33h API. If someone knows how to get at the wheel events via Int 33h, please speak up.