//#ifndef KEYBOARDEXTERNALCONTROL_H //#define KEYBOARDEXTERNALCONTROL_H // //#include "externalcontrol/pythonexternalcontrol.h" // //namespace openspace { // //class KeyboardExternalControl: public PythonExternalControl { //public: // // // constructors & destructor // KeyboardExternalControl(const char *filename); // ~KeyboardExternalControl(); // // void update(); // // void keyboardCallback(int key, int action); //private: // int *keys_; // //}; // //} // namespace openspace // //#endif