mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
25 lines
516 B
C
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
|