From: "Yeep" Newsgroups: comp.os.msdos.djgpp Subject: [Q] mouse under DJGPP Date: 19 Dec 1996 23:02:35 GMT Organization: XS4ALL, networking for the masses Lines: 11 Message-ID: <01bbee00$9e9eab70$65216dc2@parkview> NNTP-Posting-Host: mas04-04.dial.xs4all.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I want to use the mouse in a program. So I would use Int 33h. But this is a real mode interrupt and if I use it with __dpmi_int__ it would make my program *very* slow (at least accoring to various FAQ's). How do I get my mouse input then? Is their a PM mouse int? Or do I need to poll the Com-ports myself? If I do need to poll the com-ports can you also guide me to some info on that. Yeep