Application.SetMouseCapture takes in *tcell.EventMouse, MouseAction
While Box.SetMouseCapture takes in MouseAction, *tcell.EventMouse
Is this intentional?
I understand it may be too late to change now, but I wanted to document it in an issue.
I love the work you put into this project :)
Application.SetMouseCapture takes in
*tcell.EventMouse, MouseAction
While Box.SetMouseCapture takes inMouseAction, *tcell.EventMouse
Is this intentional? I understand it may be too late to change now, but I wanted to document it in an issue. I love the work you put into this project :)