Got rid of stray TODO in area_windows.go about populating MouseEvent.Held; it was already being populated!

This commit is contained in:
Pietro Gagliardi 2014-04-29 14:35:16 -04:00
parent 170225c626
commit 5f9221f07a
1 changed files with 0 additions and 1 deletions

View File

@ -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