Date: Tue, 19 Mar 1996 19:09:15 +0200 (IST) From: Eli Zaretskii To: Martynas Cc: DJGPP mailing list Subject: Re: mouse irq In-Reply-To: <9603191620.AA21316@is.elta.co.il> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 19 Mar 1996, Martynas wrote: > On Tue, 19 Mar 1996 17:55:55 +0200 (IST) you said: > > >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.? > > Yep. This is exactly what I meant. Would that be very hard? Seems like an overkill. Do you really suffer so much from the mode switches? Maybe defining a different mask for the 0Ch call will cause your function to be called not so frequently, and you can detect the other events in some different way.