From 3745acf57b6d01c86bd99e8fe0dc74e02685661b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 22:23:48 -0400 Subject: [PATCH] Decided not to rename MouseEvent.Pos. --- area.go | 1 - 1 file changed, 1 deletion(-) diff --git a/area.go b/area.go index 36b8257..0ee0d79 100644 --- a/area.go +++ b/area.go @@ -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.