struct

Tea::MouseMotionMsg

Inherits Tea::Msg < Tea::MouseMsg < Tea::Msg < Struct < Value < Object

MouseMotionMsg is sent when the mouse moves

Constructors

new(mouse : Mouse)
Source

Instance methods

mouse

Returns the underlying mouse event

Source
mouse=(mouse : Mouse)
Source
string

Go parity helper for MouseMotionMsg.String().

Source
to_s(io : IO)

Returns a string representation In Go: if m.Button != 0 { return m.String() + "+motion" } return m.String() + "motion"

Source