From ee80429bb9217c8fef4eacc3dfce0c7d3a98d777 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Mar 2014 11:54:32 -0400 Subject: [PATCH] More TODO reduction. --- delegate_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:) */