From: Thomas Larsson <thomas DOT larsson AT mbox5 DOT swipnet DOT se>
Newsgroups: comp.os.msdos.djgpp
Subject: Using mouse in DJGPP
Date: Sat, 08 Nov 1997 15:17:54 +0100
Organization: -
Lines: 12
Message-ID: <34647492.67CD@mbox5.swipnet.se>
NNTP-Posting-Host: dialup157-2-1.swipnet.se
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
NNTP-Posting-User: s-2455
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Precedence: bulk

Hi

I'm making a simple drawing program for BMP pictures in DOS.
I (of course) have mousesupport.

The problem is that when I move the mouse fast, it doesn't draw a line
anymore, just dots.
Is there any way I can make the program to draw a line when I move the
mouse fast? (It works fine when I move the mouse slow...)

Thanks
Thomas