Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!wuarchive!decwrl!sgi!arisia!cdp!jeff From: jeff@cdp.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Using a mouse with Turbo C Message-ID: <140700019@cdp> Date: 24 Feb 90 09:16:00 GMT References: <1264@ac.dal.ca> Lines: 10 Nf-ID: #R:ac.dal.ca:1264:cdp:140700019:000:411 Nf-From: cdp.UUCP!jeff Feb 24 01:16:00 1990 You can talk to the mouse using DOS int 0x33. The Turbo C subroutine int86 can be used to generate the interrupt. What you really need is documentation on the mouse interrupts. I believe there is a book published by Miscosoft Press on mouse programming. I posted some sample code for Turbo C mouse handling some time ago. If anyone is interested in it, I can repost it. Jeff Dean uunet!pyramid!cdp!jeff