]> git.mxchange.org Git - flightgear.git/commit
Fix updating of mouse position props.
authorJames Turner <zakalawe@mac.com>
Tue, 5 Mar 2013 14:31:58 +0000 (14:31 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 5 Mar 2013 14:31:58 +0000 (14:31 +0000)
commitd5c382a780c90fcb70bfb7d2652dd0adc7411a4f
tree196f205984c8b5daf9121abc27ce6415813cfab7
parent4c32b832ec3716f732c6e050cc479be55296b9e0
Fix updating of mouse position props.

Some cockpits rely on mouse position props being updated even when using a dragged pick-callback. Thanks to Clement for noticing. Re-structured so however we process the mouse (PUI, pick-callback, normal motion), we always update the props.
src/Input/FGMouseInput.cxx
src/Input/FGMouseInput.hxx