Support sudden and automatic termination.
[enjoyable.git] / NSView+FirstResponder.h
index 9aee2e6..cd89aa5 100644 (file)
@@ -1,15 +1,11 @@
-//
-//  NSView+FirstResponder.h
-//  Enjoy
-//
-//  Created by Joe Wreschnig on 3/1/13.
-//
-//
-
 #import <Cocoa/Cocoa.h>
 
 @interface NSView (FirstResponder)
 
 - (BOOL)resignIfFirstResponder;
+    // Resign first responder status if this view is the active first
+    // responder in its window. Returns whether first responder status
+    // was resigned; YES if it was and NO if refused or the view was
+    // not the first responder.
 
 @end