Mercurial > sdl-ios-xcode
comparison TODO @ 3305:bd88e323ad02
More TODO!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 24 Sep 2009 15:20:11 +0000 |
parents | b273b2a8a1ea |
children | 7da18fe4cdd9 |
comparison
equal
deleted
inserted
replaced
3304:770c5143dd37 | 3305:bd88e323ad02 |
---|---|
30 * Implement SDL_RenderReadPixels() for screenshots and automated testing | 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. | 31 * Create extended set of (negative) error codes and have the API functions document and return them. |
32 * Add clipboard support (from scrap demo) | 32 * Add clipboard support (from scrap demo) |
33 * Add support for desktop windows? | 33 * Add support for desktop windows? |
34 * Add support for synchronizing 2D updates with vblank (bug #406) | 34 * Add support for synchronizing 2D updates with vblank (bug #406) |
35 * Add support for real-time threads and/or adjusting thread priority? | |
36 * Add support for querying the number of CPUs and binding threads to them? | |
35 | 37 |
36 Wish list for the 1.3 development branch: | 38 Wish list for the 1.3 development branch: |
37 http://bugzilla.libsdl.org/ | 39 http://bugzilla.libsdl.org/ |
38 | 40 |
39 * Add a way to register custom events | 41 * Add a way to register custom events |