wait for all key events to be processed

This commit is contained in:
antelle 2016-07-30 23:20:14 +03:00
parent 4016d5c772
commit b6c6c0b341
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ while true {
} else {
break
}
usleep(100);
}