rivo / tview

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

Arguments flipped/reversed in Box.SetMouseCapture #964

Open kivattt opened 7 months ago

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