CryTUI::MouseEvent
A mouse report, in the same zero-based cell coordinates as Buffer.
Terminals count from one; the parser subtracts it so callers never have to.
Constructors
new(kind : CryTUI::MouseKind, button : CryTUI::MouseButton, column : Int32, row : Int32, modifiers : CryTUI::KeyModifiers = KeyModifiers::None)
SourceInstance methods
button
Sourcecolumn
Sourcekind
Sourcemodifiers
Sourcerow
Sourcescroll?
Source