mirror of
https://github.com/encounter/SDL.git
synced 2025-05-23 07:41:21 +00:00
Clarify comment
Co-authored-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
31f8c3ef44
commit
c9ff90b949
@ -989,7 +989,7 @@ SDL_WaitEventTimeout(SDL_Event * event, int timeout)
|
||||
return 0;
|
||||
case 0:
|
||||
if (timeout == 0) {
|
||||
/* No events available, and no timeout */
|
||||
/* No events available, and not willing to wait */
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user