From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Weird mouse interrupt...Help! Date: Wed, 27 Nov 2002 18:26:28 +1100 Organization: ECLiPSE Lines: 9 Message-ID: References: <4d62e692 DOT 0211261918 DOT d6be735 AT posting DOT google DOT com> NNTP-Posting-Host: p355-tnt8.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1038381990 15504 203.173.148.101 (27 Nov 2002 07:26:30 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Wed, 27 Nov 2002 07:26:30 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I have a GUI to handle mouse interrupt and H/W interrupt, I used "INT >33H" to handle mouse interrupt. It worked fine with COM port mouse >when H/W interrupt >has occurred, but hang with PS2 mouse. It's there an other way to >handle PS2 mouse interrupt or How can I avoid system hang? > >The GUI worked on pure DOS (Windows 98 [Version 4.10.2222]) My only suggestion is to have a looks at how TV or Allegro work as they both work with PS/2 mouses.