From: dunno Newsgroups: comp.os.msdos.djgpp Subject: Mouse Sticking under DJGPP Date: Sat, 25 Jul 1998 03:27:15 +1000 Organization: Alphalink Australia Lines: 6 Message-ID: <35B8C3F3.D8480030@alphalink.com.au> NNTP-Posting-Host: ppp26-0-rosebud.alphalink.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have written a pretty basic SVGA library and I'm using it under DJGPP. I am having heaps of trouble with the mouse sticking occasionly and mouse clicks going missing. I am using a callback function with function 0Ch of the mouse driver. How can I fix this I don't want to have to resort to windows programming (it's soul destroying).