Closed ghost closed 5 years ago
void debugKeyboard() {
while (!antKeyboard.checkKeyState(KEY_PRESS_ESC)) {
cout << "Key Code : " << (int) inportb(0x60) << endl;
}
We got a similar spam PR: MonoGame/MonoGame#6917 I bet this is for Hacktoberfest. Make sure you label this as invalid so it doesn't count.
void debugKeyboard() {
while (!antKeyboard.checkKeyState(KEY_PRESS_ESC)) {
cout << "Key Code : " << (int) inportb(0x60) << endl;
}
}