rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arguments flipped/reversed in Box.SetMouseCapture

kivattt opened this issue · comments

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