Control surface lib portage
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#ifndef _KEYBOARD_H_
|
||||
#define _KEYBOARD_H_
|
||||
|
||||
class Keyboard {
|
||||
public:
|
||||
Keyboard();
|
||||
~Keyboard();
|
||||
|
||||
int getKey();
|
||||
private:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user