MouseMotionMsg is sent when the mouse moves
Instance methods
mouse
Returns the underlying mouse event
Sourcestring
Go parity helper for MouseMotionMsg.String().
SourceReturns a string representation
In Go: if m.Button != 0 { return m.String() + "+motion" }
return m.String() + "motion"
Source