summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-30 20:07:51 -0400
committerPietro Gagliardi <[email protected]>2014-03-30 20:07:51 -0400
commit6abea02278ad1aac5d028298e61bada92b43c4ca (patch)
tree9aa8be70124f803da3d315c72ff80c3ffacf4e7b
parentce5cd80dba0cccf20e8a5c7de50b2202bce3a346 (diff)
Marked Windows MouseEvent.Held as not done; oops.
-rw-r--r--area_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/area_windows.go b/area_windows.go
index c30f4a3..6ba1b0c 100644
--- a/area_windows.go
+++ b/area_windows.go
@@ -346,6 +346,7 @@ 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