X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=KeyInputTextView.h;h=a3cd4ff00c501c1e6f05243dfc6891cb90ff397e;hp=9927385ed13c90542598fc6708ab2c0193f77627;hb=0a402879ee3beb79bb4d2270f909ad75eead0c96;hpb=561317beecbe4dd445b0c3cb067326828ea5566a diff --git a/KeyInputTextView.h b/KeyInputTextView.h index 9927385..a3cd4ff 100644 --- a/KeyInputTextView.h +++ b/KeyInputTextView.h @@ -6,7 +6,7 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import +@class TargetController; @interface KeyInputTextView : NSTextField { IBOutlet NSWindow *window; @@ -18,6 +18,8 @@ @property (readonly) BOOL hasKey; @property (assign) BOOL enabled; ++ (NSString *)stringForKeyCode:(int)keycode; + - (void)clear; @end