summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-20 12:32:05 -0400
committerPietro Gagliardi <[email protected]>2014-05-20 12:32:05 -0400
commit5b0f8e8cc7dd5309a709a5b6ade75fd81294fe57 (patch)
tree3ed78a69399cad31973d8ff7ac09ad488e687667
parentc01549420da60ded787ed6dc96ee7466f00569bf (diff)
Updated TODOs after confirming that Windows and Mac do have MouseEvent.Held[] sorted.
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index c033488..704e51b 100644
--- a/todo.md
+++ b/todo.md
@@ -17,7 +17,7 @@ super ultra important things:
- will need old and new Mac keyboards...
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
- pin down whether or not a click event gets sent if this click changes from a different window to the one with the Area
-- double-check to make sure MouseEvent.Held[] is sorted on all platforms
+- double-check to make sure MouseEvent.Held[] is sorted on Unix after we figure out how to detect buttons above button 5
- cap click count to 2 on all platforms
- the windows build appears to be unstable:
- 64-bit crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 it works fine