diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 02:44:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 02:44:52 -0600 |
| commit | 0b67b198bdc439c62ac2e6a7cc18bd4be128faf7 (patch) | |
| tree | 188c1604f7a3432e1ee27ace5d2801096d801d15 /eventMouse.go | |
| parent | 7813fc126dee96c1fe901b4ba5fe7fd252804806 (diff) | |
finally drag works everywhere
Diffstat (limited to 'eventMouse.go')
| -rw-r--r-- | eventMouse.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eventMouse.go b/eventMouse.go index fb1a4a9..4c779cb 100644 --- a/eventMouse.go +++ b/eventMouse.go @@ -121,6 +121,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error { // return nil } +/* // this needs to go // event triggers when you push down on a mouse button func msgDown(g *gocui.Gui, v *gocui.View) error { @@ -150,3 +151,4 @@ func msgDown(g *gocui.Gui, v *gocui.View) error { // msgMouseDown = true return nil } +*/ |
