Results of Flip on mouse look...
BlitzMax Forums/MiniB3D Module/Results of Flip on mouse look...| 
 | ||
| I have had some difficulties getting a nice smooth mouse look and recently discovered that using different values for the Flip command makes a big difference.  Flip -1 results in smooth motion, but of course results in tearing.  Flip 0 and 1 result in a very choppy movement, but I have no idea why. I'm wondering if anyone else has experienced this problem (?). I'm just using MouseXSpeed and MouseYSpeed values to rotate the camera - pretty simple stuff, I thought! | 
| 
 | ||
| Okay, it appears to have been a driver problem with OpenGL.  I hate when that happens.  :P |