mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #363] [MERGED] Mouse support #923
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#923
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/363
Author: @millerlogic
Created: 11/4/2019
Status: ✅ Merged
Merged: 3/26/2020
Merged by: @rivo
Base:
mouse← Head:mouse-support📝 Commits (10+)
96875c7Added mouse handling2f4b6adReturn selfd725028More mouse handling for primitivesd891191Fire Selected on list item click871ddc5DropDown mouse support1d496acDismiss dropdown by clicke4d6f4fFix dropdown focus93c0edcGet mouse actions rather than just mouse statecd3c60eRefactor EventMouse9598ca2New mouse design📊 Changes
16 files changed (+547 additions, -53 deletions)
View changed files
📝
application.go(+185 -0)📝
box.go(+51 -0)📝
button.go(+16 -0)📝
checkbox.go(+17 -0)📝
demos/list/main.go(+1 -0)📝
demos/presentation/main.go(+2 -0)📝
dropdown.go(+99 -53)📝
flex.go(+17 -0)📝
form.go(+23 -0)📝
frame.go(+15 -0)📝
grid.go(+17 -0)📝
inputfield.go(+14 -0)📝
list.go(+46 -0)📝
modal.go(+15 -0)📝
pages.go(+19 -0)📝
primitive.go(+10 -0)📄 Description
Hi, this pull request adds mouse support. Here are some notes on the changes:
Relevant issues: #13 #361 #338 #337
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.