struct

Tea::MouseReleaseMsg

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

MouseReleaseMsg is sent when a mouse button is released

Constructors

new(mouse : Mouse)
Source

Instance methods

mouse

Returns the underlying mouse event

Source
mouse=(mouse : Mouse)
Source
string

Go parity helper for MouseReleaseMsg.String().

Source
to_s(io : IO)

Returns a string representation

Source