diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 22:23:48 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 22:23:48 -0400 |
| commit | 3745acf57b6d01c86bd99e8fe0dc74e02685661b (patch) | |
| tree | 3079e283447198182c7cec867fbc07b671b3af53 /area.go | |
| parent | 1451273dade3eb4d1aa32f9cc1d0f5e945d40076 (diff) | |
Decided not to rename MouseEvent.Pos.
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ type AreaHandler interface { // (TODO find out if there's a way to query available button count) type MouseEvent struct { // Pos is the position of the mouse in the Area at the time of the event. - // TODO rename to Pt or Point? Pos image.Point // If the event was generated by a mouse button being pressed, Down contains the ID of that button. |
