struct

Tea::MouseWheelMsg

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

MouseWheelMsg is sent for mouse wheel events

Constructors

new(mouse : Mouse)
Source

Instance methods

mouse

Returns the underlying mouse event

Source
mouse=(mouse : Mouse)
Source
string

Go parity helper for MouseWheelMsg.String().

Source
to_s(io : IO)

Returns a string representation

Source
wheel_down?
Source
wheel_left?
Source
wheel_right?
Source
wheel_up?
Source