More TODO reduction.

This commit is contained in:
Pietro Gagliardi 2014-03-11 11:54:32 -04:00
parent df2c9618d8
commit ee80429bb9
1 changed files with 1 additions and 1 deletions

View File

@ -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:)
*/