X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=KeyInputTextView.h;fp=KeyInputTextView.h;h=0000000000000000000000000000000000000000;hp=485af1cae0d87d95e145f8acc17a4edb456bc401;hb=4a490c57151dd4ba9cb27cc34a0e33fc68fc4d24;hpb=1700c86669723045bf7abd177ca519f47656e995 diff --git a/KeyInputTextView.h b/KeyInputTextView.h deleted file mode 100644 index 485af1c..0000000 --- a/KeyInputTextView.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// KeyInputTextView.h -// Enjoy -// -// Created by Sam McCall on 5/05/09. -// Copyright 2009 University of Otago. All rights reserved. -// - -@class TargetController; - -@interface KeyInputTextView : NSTextField { - IBOutlet NSWindow *window; - IBOutlet TargetController *targetController; -} - -@property (assign) int vk; -@property (readonly) BOOL hasKey; -@property (assign) BOOL enabled; - -+ (NSString *)stringForKeyCode:(int)keycode; - -- (void)clear; - -@end