summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 12:54:15 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 16:03:37 -0400
commita98072a23b7fea98e5b1565af9ef548f1e20d02a (patch)
treefc883b79162484d24c2b702ecd3026e381ad1571 /todo.md
parentf19db96c4e9fdd956d503fbfd1a0c24051e4332f (diff)
Decided not to cap mouse buttons at 3; reflected this in the public interface and in the TODO file. Platform implementations come next.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 8dbed53..41d99ae 100644
--- a/todo.md
+++ b/todo.md
@@ -15,7 +15,6 @@ super ultra important things:
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
- fix OS X so that it follows these rules
- cap click count to 2 on all platforms
- - cap mouse button count to 3? or should a function be used instead?
- 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
- 32-bit: it works, but if I save the class name converted to UTF-16 beforehand, wine indicates that the class name is replaced with the window title, so something there is wrong...