summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 18:05:39 -0600
committerJeff Carr <[email protected]>2025-02-01 18:05:39 -0600
commitf79cf8917058b421a4f8dd4a854795720671c008 (patch)
treecff72d250ab618f791fc87291c19232a8bc7fd1a /structs.go
parent5a2097d08053cbfc0d4c05fb7fec72d43ea7e5eb (diff)
part way to a generalized mouse move()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 902c3fc..68c0c37 100644
--- a/structs.go
+++ b/structs.go
@@ -70,7 +70,6 @@ type config struct {
ecount int // counts how many mouse and keyboard events have occurred
supermouse bool // prints out every widget found while you move the mouse around
depth int // used for listWidgets() debugging
- movingMsg bool // means the user id dragging something around with the mouse
}
// deprecate these