rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
10.33k stars 545 forks source link

Arguments flipped/reversed in Box.SetMouseCapture #964

Open kivattt opened 2 months ago

kivattt commented 2 months ago

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