]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.cxx
Comment out the unalias code also.
[flightgear.git] / src / Input / input.cxx
index dea8995c52eb7a5c818b1469c126bdc7aa96edb9..55a311e6066049bc05bee795cc9398c247c0007e 100644 (file)
@@ -179,6 +179,12 @@ FGInput::init ()
   fgRegisterMouseMotionHandler(mouseMotionHandler);
 }
 
+void
+FGInput::reinit ()
+{
+    init();
+}
+
 void 
 FGInput::update (double dt)
 {