X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=KeyInputTextView.h;h=485af1cae0d87d95e145f8acc17a4edb456bc401;hp=05515097c4c55f6fce5d00d64edbd3656556ceca;hb=1bb3f553caac2b6b74380bd20ddc4bb1ff22abb2;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708 diff --git a/KeyInputTextView.h b/KeyInputTextView.h index 0551509..485af1c 100644 --- a/KeyInputTextView.h +++ b/KeyInputTextView.h @@ -13,11 +13,12 @@ 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