Files
OpenSpace/include/openspace/interaction/externalcontrol/keyboardexternalcontrol.h
Alexander Bock 906470f28e Untabify the rest of the source files
Update Ghoul repository
2016-04-18 20:14:29 +02:00

25 lines
516 B
C

//#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