comparison TODO @ 3226:7a9740b1c1a8

Added TODO for automated testing
author Sam Lantinga <slouken@libsdl.org>
date Sun, 02 Aug 2009 18:39:24 +0000
parents 4a28c7c985b2
children cf1ec33ae056
comparison
equal deleted inserted replaced
3225:5859d0a0c519 3226:7a9740b1c1a8
25 * Implement key repeat at the driver level 25 * Implement key repeat at the driver level
26 * Add name -> keysym and name -> scancode lookup functions 26 * Add name -> keysym and name -> scancode lookup functions
27 * Fix building haptic system on win32 27 * Fix building haptic system on win32
28 * Add always on top window styles 28 * Add always on top window styles
29 * Add video modes that have an alpha channel? 29 * Add video modes that have an alpha channel?
30 * Implement SDL_RenderReadPixels() for screenshots? 30 * Implement SDL_RenderReadPixels() for screenshots and automated testing
31 * Create extended set of (negative) error codes and have the API functions document and return them.
32
31 33
32 Wish list for the 1.3 development branch: 34 Wish list for the 1.3 development branch:
33 http://bugzilla.libsdl.org/ 35 http://bugzilla.libsdl.org/
34 36
35 * Add a way to register custom events 37 * Add a way to register custom events