mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 02:33:59 +08:00
handle keyboard event
This commit is contained in:
+525
-26
File diff suppressed because it is too large
Load Diff
@@ -276,7 +276,7 @@ static int wait_event (int which, int maxfd, fd_set *in, fd_set *out, fd_set *ex
|
||||
else if (retvalue < 0) {
|
||||
retvalue = -1;
|
||||
}
|
||||
|
||||
|
||||
return retvalue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user