diff options
| -rw-r--r-- | delegate_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate_darwin.go b/delegate_darwin.go index 82c536d..4c06871 100644 --- a/delegate_darwin.go +++ b/delegate_darwin.go @@ -10,7 +10,7 @@ import ( This creates a class goAppDelegate that will be used as the delegate for /everything/. Specifically, it: - runs uitask requests (uitask:) - handles window close events (windowShouldClose:) - - handles window resize events (windowDidResize: (TODO also windowDidEndLiveResize:?)) + - handles window resize events (windowDidResize:) - handles button click events (buttonClicked:) */ |
