Date: Mon, 14 Feb 2000 06:51:12 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: Marcus cc: djgpp AT delorie DOT com Subject: Re: Calllback on mouse events In-Reply-To: <886uug$9kh$1@cubacola.tninet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 13 Feb 2000, Marcus wrote: > I wonder how to use the INT 33 Ch function with DJGPP for a callback on > mouse events. I want a callback when the mouse moves and when a button is > prssed. I have the IRQ reference but I don't know how to use it in DJGPP. Section 18.8 of the FAQ gives you a short program to do this. Maybe you'll find it helpful. Also check the function AX=0Ch/INT 33H in the Ralf Brown's interrupt list. That should give you some details on the mask.