Xref: news-dnh.mv.net comp.os.msdos.djgpp:2083 Path: news-dnh.mv.net!mv!news.sprintlink.net!dfw.nkn.net!usenet From: tevans AT fastlane DOT net Newsgroups: comp.os.msdos.djgpp Subject: Loosing mouse button interrupt events? Date: 19 Sep 1995 01:33:33 GMT Organization: National Knowledge Network Lines: 10 Reply-To: tevans AT fastlane DOT net Nntp-Posting-Host: fastlane.net To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I have written a mouse interrupt handler using a real mode callback function, however, there is a bug. Whenever I press down more than one mouse button at the same time (or as close as humanly possible :-) ), the interrupt handler is only invoked once. In other words, it never sees the other button presses. Has anybody else seen this problem? And if so, is there a solution? Thanks! p.s. Yes, I'm sure my code is right, but I could be wrong :-(