diff options
Diffstat (limited to 'test/checkkeys.c')
-rw-r--r-- | test/checkkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/checkkeys.c b/test/checkkeys.c index 49dc277b22..aa94f9f501 100644 --- a/test/checkkeys.c +++ b/test/checkkeys.c @@ -11,7 +11,7 @@ */ /* Simple program: Loop, watching keystrokes - Note that you need to call SDL_PollEvent() or SDL_WaitEvent() to + Note that you need to call SDL_PollEvent() or SDL_WaitEvent() to pump the event loop and catch keystrokes. */ |