diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ var Data GuiData type GuiData struct { State string - Width int - Height int + // Width int + // Height int // a fallback default function to handle mouse events // if nothing else is defined to handle them |
