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).

This commit is contained in:
Pietro Gagliardi 2014-04-03 18:33:57 -04:00
parent 01d9e1b02b
commit 2e72ab689a
1 changed files with 2 additions and 3 deletions

View File

@ -55,9 +55,8 @@ super ultra important things:
- OS X: handle Insert/Help key change in a sane and deterministic way - OS X: handle Insert/Help key change in a sane and deterministic way
- will need old and new Mac keyboards... - 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 - 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 - make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
- implement dragging on windows - fix OS X so that it follows these rules
- may need to drop Held depending on weirdness I see in OS X
- cap click count to 2 on all platforms - cap click count to 2 on all platforms
- cap mouse button count to 3? or should a function be used instead? - cap mouse button count to 3? or should a function be used instead?
- the windows build appears to be unstable: - the windows build appears to be unstable: