struct
CryTUI::MouseEvent
- CryTUI::MouseEvent
- Struct
- Value
- Object
Overview
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.
Defined in:
crytui/input.crConstructors
Instance Method Summary
- #button : MouseButton
- #column : Int32
- #kind : MouseKind
- #modifiers : KeyModifiers
- #row : Int32
- #scroll? : Bool
Constructor Detail
def self.new(kind : CryTUI::MouseKind, button : CryTUI::MouseButton, column : Int32, row : Int32, modifiers : CryTUI::KeyModifiers = KeyModifiers::None)
#