Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Oct 30, 2018

`}

void debugKeyboard() {
while (!antKeyboard.checkKeyState(KEY_PRESS_ESC)) {
cout << "Key Code : " << (int) inportb(0x60) << endl;
}
}

void main() {
clrscr();

//debugKeyboard();
runGame();

}
`

@JacobFischer
Copy link
Member

I'm unsure what this PR is for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants