diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-11 11:54:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-11 11:54:32 -0400 |
| commit | ee80429bb9217c8fef4eacc3dfce0c7d3a98d777 (patch) | |
| tree | 94eebbd761389e7571a5b1a54332212364e90619 | |
| parent | df2c9618d883de2e5ecb520518cf9088014ce0bb (diff) | |
More TODO reduction.
| -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:) */ |
