]> git.mxchange.org Git - flightgear.git/commit
in fgWarpMouse() we need to flush all mouse motion events before we can set
authormfranz <mfranz>
Thu, 16 Feb 2006 21:02:09 +0000 (21:02 +0000)
committermfranz <mfranz>
Thu, 16 Feb 2006 21:02:09 +0000 (21:02 +0000)
commit8e8b2bba04107924cf4b1c80e0604e7f9db9457b
treedf7da4c317ded5967cc0b06d51e900204f9d108f
parentbcb193f38b12f38993be747db4eed96df29376a9
in fgWarpMouse() we need to flush all mouse motion events before we can set
the mouse pointer to a new position. Otherwise it can happen that the new
position is first set, but then come a few still unprocessed events for the
old position. This makes ugly jumps in mouse view mode.
src/Main/fg_os_sdl.cxx