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