Clean up
This commit is contained in:
parent
bca86553d0
commit
482bf75169
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue