struct
Obsctl::TUI::PointerTarget
- Obsctl::TUI::PointerTarget
- Struct
- Value
- Object
Overview
Where a pointer landed on the dashboard.
#index is the item under the pointer, or nil for a click that hit a
panel but not one of its rows -- a border, a title, or empty space below
the last item. That still identifies a panel, which is enough to move
focus.
Defined in:
obsctl/tui/hit_test.crConstructors
Instance Method Summary
- #clone
- #copy_with(panel _panel = @panel, index _index = @index, on_mute_control _on_mute_control = @on_mute_control)
- #index : Int32 | Nil
- #on_mute_control : Bool
- #panel : FocusPanel
Constructor Detail
Instance Method Detail
def copy_with(panel _panel = @panel, index _index = @index, on_mute_control _on_mute_control = @on_mute_control)
#