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