Message-ID: <3B708222.EC954663@hotmail.nospam.com> From: Ian Rees X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: mouse speed in Allegro Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 11 Date: Tue, 07 Aug 2001 20:04:50 -0400 NNTP-Posting-Host: 63.80.121.20 X-Trace: eagle.america.net 997229075 63.80.121.20 (Tue, 07 Aug 2001 20:04:35 EDT) NNTP-Posting-Date: Tue, 07 Aug 2001 20:04:35 EDT Organization: 24hoursupport.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I need to use the mouse in a program using allegro at high resolutions. When the resolution is turned up above 1024 X 768 the mouse gets really slow. I assume that this is because the mouse cursor moves a set number of pixels at a time. I have tried using set_mouse_speed() but it still doesn't move fast enough. Does anyone know of a way to speed the mouse up more? Thanks in advance! -Ian-