struct

CryTUI::MouseEvent

Inherits Struct < Value < Object

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)
Source

Instance methods

button
Source
column
Source
kind
Source
modifiers
Source
scroll?
Source