mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
Enable mouse support in views.Application (#494)
This commit is contained in:
parent
62f5502f7b
commit
c3ed795e59
@ -126,6 +126,7 @@ func (app *Application) run() {
|
||||
app.wg.Done()
|
||||
}()
|
||||
screen.Init()
|
||||
screen.EnableMouse()
|
||||
screen.Clear()
|
||||
widget.SetView(screen)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user