This commit is contained in:
CTurt 2014-12-17 18:32:57 +00:00
parent bca86553d0
commit 482bf75169

View file

@ -122,7 +122,6 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmd, int nShow)
if(keyboardActive) {
if(newpress(KEY_TOUCH)) {
char letter = currentKeyboardKey();
//printf("%d", letter);
if(letter) {
simulateKeyNewpress(letter);
simulateKeyRelease(letter);