diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-15 22:39:16 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-15 22:39:16 -0400 |
| commit | 961d8484bc63e2c2c428ce9cffb733ddbd1f8492 (patch) | |
| tree | 29ee153c8358ab4c23f637a20ac3705f32a41284 | |
| parent | 6ef6dd8eba5116593835f21ff4fbecf7a38a4c55 (diff) | |
Clarified that MouseEvent.Held will not include Down/Up.
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,8 +74,8 @@ type MouseEvent struct { Modifiers Modifiers // Held is a slice of button IDs that indicate which mouse buttons are being held during the event. + // Held will not include Down and Up. // (TODO "There is no guarantee that Held is sorted."?) - // (TODO will this include or exclude Down and Up?) Held []uint } |
