Commit f47511d4 authored by Sam Lantinga's avatar Sam Lantinga

Added a few things to the TODO list.

Unit testing is becoming more and more important the more features are added
and the more combinations of factors there are to test.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403440
parent 0699da07
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
* Add OpenGL 3.0 context support * Add OpenGL 3.0 context support
* Finish multiple display support * Finish multiple display support
* Open windows on display that is selected when creating a window * Open windows on display that is selected when creating a window
* Create testing plan - becoming more and more important...
- unit tests for each feature and combination with expected output
and actual output comparison.
* Public license for SDL_compat.c, tests, and SDL_main*
* Verify mouse grab support * Verify mouse grab support
* Properly handle mouse grab with Vista DPI scaling * Properly handle mouse grab with Vista DPI scaling
* Make sure the mouse is where it's supposed to be when un-grabbed * Make sure the mouse is where it's supposed to be when un-grabbed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment