From 606c6b6c4436a5471bcd5820e07b73482c075a37 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 4 Jan 2009 19:36:55 +0000 Subject: [PATCH] Added more info for precise waiting in SDL_WaitEvent() --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 587dd5956..11f19bff6 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,7 @@ * Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?) - http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS * Add a timeout parameter for SDL_WaitEvent() (?) + - http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-May/thread.html#65067 * Implement key repeat at the driver level * Add name -> keysym and name -> scancode lookup functions