Date: Tue, 19 Mar 1996 17:55:55 +0200 (IST) From: Eli Zaretskii To: Martynas Kunigelis Cc: DJGPP mailing list Subject: Re: mouse irq In-Reply-To: <199603190749.CAA22407@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 19 Mar 1996, Martynas Kunigelis wrote: > switches: pm->rm->pm->rm->pm. I thought it would be much better to trap the > mouse irq and do the driver's job myself. Is it possible? If so, has anyone got > any docs on that? Any info is very welcome. Thanx. Which mouse IRQ? The serial mouse works with the serial communications IRQ. Do you mean you want to hook that and do all the work the mouse driver does, like moving the mouse pointer etc.?