summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-29 14:35:16 -0400
committerPietro Gagliardi <[email protected]>2014-04-29 14:35:16 -0400
commit5f9221f07a01a2976b9df0dd363138d2626fd0d0 (patch)
tree3576baf6791b86d05f63379f2bbf250e6655600e
parent170225c626f3e304a4bbfd1b1bb0ec9b3c52968f (diff)
Got rid of stray TODO in area_windows.go about populating MouseEvent.Held; it was already being populated!
-rw-r--r--area_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/area_windows.go b/area_windows.go
index de429cc..6f4b5b2 100644
--- a/area_windows.go
+++ b/area_windows.go
@@ -456,7 +456,6 @@ func getModifiers() (m Modifiers) {
return m
}
-// TODO populate me.Held
func areaMouseEvent(s *sysData, button uint, up bool, count uint, wparam _WPARAM, lparam _LPARAM) {
var me MouseEvent