Control surface lib portage

This commit is contained in:
2020-04-11 16:14:35 +02:00
parent 70ccae1ba4
commit 28714a3ead
12 changed files with 330 additions and 627 deletions
View File
-15
View File
@@ -1,15 +0,0 @@
#ifndef _KEYBOARD_H_
#define _KEYBOARD_H_
class Keyboard {
public:
Keyboard();
~Keyboard();
int getKey();
private:
};
#endif