12 lines
132 B
C++
12 lines
132 B
C++
|
|
|
|
#include "io.h"
|
|
|
|
void writeKeyRelease(char key) {
|
|
// Implement this
|
|
}
|
|
|
|
void writeKeyPress(char key) {
|
|
// Implement this
|
|
}
|