mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #964] Arguments flipped/reversed in Box.SetMouseCapture #708
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#708
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kivattt on GitHub (Apr 6, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/964
Application.SetMouseCapture takes in
*tcell.EventMouse, MouseActionWhile Box.SetMouseCapture takes in
MouseAction, *tcell.EventMouseIs 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 :)
@rivo commented on GitHub (Apr 7, 2025):
Didn't realize that. Yes, it was a mistake. Not intentional. Thanks for letting me know.