Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.lang.pascal Subject: Re: Microsoft mouse event handler Keywords: mouse Message-ID: <1991Feb17.032415.25914@isis.cs.du.edu> Date: 17 Feb 91 03:24:15 GMT References: <2929@oucsace.cs.OHIOU.EDU> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 15 I recently added mouse support to a program that I wrote so I may be able to help you out. First I got the MicroSoft Mouse Programmer's Manual, which proved to be indespensible. My program only calls the mouse driver when it's ready to sample the mouse state. In other words, I did not write a mouse interrupt handler - I just called the relevant mouse driver routines when necessary. If you really need to write a procedure that is automatically run in response to a mouse event, I can't help you. If you just need to sample the mouse state, I can... Terrell