struct TUI::Event::Mouse
- TUI::Event::Mouse
- TUI::Event
- Struct
- Value
- Object
Defined in:
tui/event/mouse.crConstructors
- .new(mouse : TUI::MouseStatus | Nil, position : Tuple(Int32, Int32) | Nil)
- .new(position : Tuple(Int32, Int32) | Nil)
- .new
Instance Method Summary
- #mouse : TUI::MouseStatus
- #mouse? : TUI::MouseStatus | Nil
- #position : Tuple(Int32, Int32)
- #position? : Tuple(Int32, Int32) | Nil
- #x : Int32
- #y : Int32