From 2e72ab689a750b5aa67ff4091ec1bec628028f5e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 3 Apr 2014 18:33:57 -0400 Subject: [PATCH] Updated TODO on dragging in an Area (decided to go with what GTK+ and Windows currently do; dragging was working on Windows all along; now dragging is weird on Mac). --- todo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index b6a6ef9..59cb551 100644 --- a/todo.md +++ b/todo.md @@ -55,9 +55,8 @@ super ultra important things: - OS X: handle Insert/Help key change in a sane and deterministic way - will need old and new Mac keyboards... - should pressing modifier+key in the keyboard test mark the key alone as pressed as well? I'm leaning toward no, in which case make sure this behavior exists on all platforms -- formalize dragging - - implement dragging on windows - - may need to drop Held depending on weirdness I see in OS X +- 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: