Re: [Flightgear-devel] fix mouse view regression

2006-03-10 Thread Jean-Yves Lefort
On Fri, 10 Mar 2006 08:14:17 +0100 Mathias Fröhlich <[EMAIL PROTECTED]> wrote: > On Thursday 09 March 2006 21:19, Jean-Yves Lefort wrote: > > This change actually breaks the view mode with PU_USE_GLUT (at least > > for me). It was working properly before the change; now the view jumps > > whenever

Re: [Flightgear-devel] fix mouse view regression

2006-03-09 Thread Mathias Fröhlich
On Thursday 09 March 2006 21:19, Jean-Yves Lefort wrote: > This change actually breaks the view mode with PU_USE_GLUT (at least > for me). It was working properly before the change; now the view jumps > whenever the mouse reaches a screen edge. Checked in a fix which at least fixed that form me. Pl

[Flightgear-devel] fix mouse view regression

2006-03-09 Thread Jean-Yves Lefort
input.cxx log: revision 1.82 date: 2006-02-16 01:30:28 +; author: david; state: Exp; lines: +5 -11 The "constrained" property for a mouse mode now actually constrains the mouse rather than wrapping it. Wrapping around to the other side of the screen has very ba