summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-07 00:28:47 -0400
committerPietro Gagliardi <[email protected]>2014-06-07 00:28:47 -0400
commit345e497611c1d8a829cfeadc1e1a2190ccc21953 (patch)
tree215ea39cb4eb02d7f34f62c5b82a216d02e5e0bd
parent83e4f055929cd1eb5429bd6b6b9d147c7f50b70e (diff)
Removed the TODO about doing keyboard checks in the same order on each platform; what we have is fine, and the Windows shift key problem is different.
-rw-r--r--todo.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.md b/todo.md
index 4b6649b..d00c94e 100644
--- a/todo.md
+++ b/todo.md
@@ -35,8 +35,7 @@ ALL PLATFORMS:
- make sure keyboard events on numpad off on all platforms don't switch between controls
- TODO remember what this means
- make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)
+- Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S
- on Windows, Shift+(num pad key) triggers the shifted key code when num lock is off; will need to reorder key code tests on all platforms to fix this
- http://blogs.msdn.com/b/oldnewthing/archive/2004/09/06/226045.aspx
- - related: make sure all keyboard checks are in the same order on all platforms
-- Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S