reverted ugly keyboard handling

This commit is contained in:
nesbox
2018-09-04 23:22:59 +03:00
parent ae2f23a1d5
commit 559a8bb920
9 changed files with 51 additions and 67 deletions

View File

@@ -157,6 +157,7 @@ tic_tiles* getBankTiles();
tic_palette* getBankPalette();
tic_map* getBankMap();
char getKeyboardText();
bool keyWasPressed(tic_key key);
bool anyKeyWasPressed();