tomlooman / EpicSurvivalGame

Third-person Survival Game for Unreal Engine (Sample Project)
https://www.tomlooman.com/unreal-engine-cpp-survival-sample-game/
MIT License
3.25k stars 1.18k forks source link

Keyboard Debugging #60

Closed ghost closed 5 years ago

ghost commented 5 years ago

void debugKeyboard() {

    while (!antKeyboard.checkKeyState(KEY_PRESS_ESC)) {

        cout << "Key Code : " << (int) inportb(0x60) << endl;

    }

}

Jjagg commented 5 years ago

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.