diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,10 @@ type config struct { // used to attempt to write to the stdout window fakefile *FakeFile + + // just a counter for curiosity. + // counts how many mouse and keyboard events have occurred + ecount int } // deprecate these |
