Re: [Tuxracer-devel] Fullscreen mode on a Voodoo-1/2
Status: Beta
Brought to you by:
jfpatry
From: Jasmin P. <jf...@mu...> - 2000-03-02 14:30:06
|
On Wed, 1 Mar 2000, Steve Baker wrote: > Two things you DEFINITELY need are: > > 1) Make sure that the window comes up nailed to the screen - so you > don't have to give it an initial position with the mouse. > > 2) Every frame or so do a: glutWarpPointer(width/2,height/2); - this > prevents the mouse pointer from being accidentally moved outside the > underlying X window - resulting in a loss of keyboard focus - and a > serious problem to recover from! Patch against 0.10.1 attached that addresses both of these issues. New config parameters: force_window_position and warp_pointer, both default to true (1). Cheers, Jasmin |