struct

Tea::MouseClickMsg

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

MouseClickMsg is sent when a mouse button is pressed

Constructors

new(mouse : Mouse)
Source

Instance methods

mouse

Returns the underlying mouse event

Source
mouse=(mouse : Mouse)
Source
string

Go parity helper for MouseClickMsg.String().

Source
to_s(io : IO)

Returns a string representation

Source