]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGButton.hxx
Use new SGBucket API in tile-manager
[flightgear.git] / src / Input / FGButton.hxx
index 675f969d29ac5f254d5b60b93ecbf1526ffb9a1b..80c9eed6d2b7ae5faed45b881ac32a0d8ea5968d 100644 (file)
 #define FGBUTTON_H
 
 #include "FGCommonInput.hxx"
-#include <Main/fg_os.hxx>
+#include <Main/fg_os.hxx> // for KEYMOD_MAX
 
 class FGButton : public FGCommonInput {
 public:
   FGButton();
   virtual ~FGButton();
-  void init( const SGPropertyNode * node, const std::string name, std::string & module );
+  void init( const SGPropertyNode * node, const std::string name, std::string & module );
   void update( int modifiers, bool pressed, int x = -1, int y = -1);
   bool is_repeatable;
   float interval_sec;