[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Fullscreen Jerky Mouse
- To: pygame-users@seul.org
- Subject: [pygame] Fullscreen Jerky Mouse
- From: Andrew Barilla <andrew@exit66.com>
- Date: Fri, 02 May 2003 23:00:18 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Fri, 02 May 2003 23:00:37 -0400
- Reply-to: pygame-users@seul.org
- Sender: owner-pygame-users@seul.org
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
During development I've been using windowed mode, but I went to test my 
app in fullscreen mode the mouse was really jerky.  When I click or 
press a key, the program reacts and draws just as fast as it did in 
windowed mode but mouse movements are awkward.  This is meant for a 
touch screen monitor so jerky mouse movements won't theoretically affect 
things.  However, I was wondering if this some kind of known issue 
specific to mouse problems or if  I should look at my code to optimize it.
Thanks,
Andy