]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGJoystickInput.hxx
Allow using the system version of flite and the HTS engine
[flightgear.git] / src / Input / FGJoystickInput.hxx
index 89a9c9f20f77bcf3bbf90e0e55f18ef8eb0c0072..b161da9a3dc9d1c3521d9dbb7ff65cb00a6e9a3f 100644 (file)
@@ -68,7 +68,7 @@ private:
     float high_threshold;
     FGButton low;
     FGButton high;
-    float interval_sec;
+    float interval_sec, delay_sec, release_delay_sec;
     double last_dt;
   };