summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-29 19:30:08 -0400
committerPietro Gagliardi <[email protected]>2014-03-29 19:30:08 -0400
commitbafb13dd2fa4a8eb1de7c7772e912db13d59a86d (patch)
treeee6437a8bd206e7b2882182c4f83e0923cbea8ac /todo.md
parentefdd60375ab3048919bde2d5f410b92626a6a712 (diff)
Added Alt+[key] and F10 handling to Windows Area key events. Also more TODOs.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 46c34db..1181412 100644
--- a/todo.md
+++ b/todo.md
@@ -87,6 +87,7 @@ super ultra important things:
- references: https://github.com/glfw/glfw/blob/master/src/win32_window.c#L182, http://www.catch22.net/tuts/custom-controls
- Area redraw on Windows is still a bit flaky, especially after changing the Area size to something larger than the window size and then resizing the window(???)
- despite us explicitly clearing the clip area on Windows, Area still doesn't seem to draw alpha bits correctly... it appears as if we are drawing over the existing image each time
+- 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
important things:
- make specific wording in documentation consistent (make/create, etc.)