From: "Daniel Eaton" Newsgroups: comp.os.msdos.djgpp Subject: Mouse Problems Lines: 14 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Message-ID: <2yzO2.435$9i7.33384@newsgate.direct.ca> Date: Tue, 6 Apr 1999 19:39:09 -0700 NNTP-Posting-Host: 216.66.137.99 X-Trace: newsgate.direct.ca 923452670 216.66.137.99 (Tue, 06 Apr 1999 19:37:50 PDT) NNTP-Posting-Date: Tue, 06 Apr 1999 19:37:50 PDT Organization: Canada Internet Direct, Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Has anyone gotten mouse support under VESA? Under mode 13h it worked without a hitch, although I was also developing under real mode, not 32bit protected. I can initialize no problem, but when I poll for mouse moves delta x and y will never be negative and therefore the mouse is only able to move right and down. Also, __dpmi_int kicks me out of protected mode for a few moments to interrupt 0x33 (in my case) and lags the program a bit, does it not? Is there any better way to play with the mouse driver in protected mode? And please, don't point me towards a library, I want some tangible code or suggestions so that I actually understand what's happening... Thanks in advance, Daniel Eaton REMdeaton AT direct DOT ca