diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-03 18:33:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-03 18:33:57 -0400 |
| commit | 2e72ab689a750b5aa67ff4091ec1bec628028f5e (patch) | |
| tree | 9f014597929cd3405e5347d8c7b936da0d584fa8 | |
| parent | 01d9e1b02b58143064cb2b5e0a8a6cf150402725 (diff) | |
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).
| -rw-r--r-- | todo.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: |
