]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Input / input.hxx
index 99116dbe648200d6a9c7cd0cb1505343ada88d1a..a9dd5303f23c5a22025107ceba17944a2629fdcb 100644 (file)
@@ -244,12 +244,6 @@ private:
   };
 
 
-  /**
-   * Initialize key bindings.
-   */
-  void _init_keyboard ();
-
-
   /**
    * Initialize joystick bindings.
    */
@@ -277,9 +271,10 @@ private:
                            const string name);
 
   /**
-   * Initialize nasal parts that had to wait for the nasal to get
-   * functional.
+   * Initialize key bindings, as well as those joystick parts that
+   * depend on a working Nasal subsystem.
    */
+  void _postinit_keyboard ();
   void _postinit_joystick ();
 
   /**
@@ -327,7 +322,7 @@ private:
   /**
    * Nasal module name/namespace.
    */
-  char _module[32];
+  string _module;
 
   /**
    * List of currently pressed mouse button events