Updated TODOs after confirming that Windows and Mac do have MouseEvent.Held[] sorted.

This commit is contained in:
Pietro Gagliardi 2014-05-20 12:32:05 -04:00
parent c01549420d
commit 5b0f8e8cc7
1 changed files with 1 additions and 1 deletions

View File

@ -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