Got rid of stray TODO in area_windows.go about populating MouseEvent.Held; it was already being populated!
This commit is contained in:
parent
170225c626
commit
5f9221f07a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue