X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJOutputKeyPress.h;fp=NJOutputKeyPress.h;h=052b0100547c9a06b40a2a314641512acf5e231c;hp=0000000000000000000000000000000000000000;hb=dcedf147ddcb6c21768cea94a2f06b93007d2a82;hpb=e2a4d830dd9817f6a515a3b1b6aa152d3bb98c2b diff --git a/NJOutputKeyPress.h b/NJOutputKeyPress.h new file mode 100644 index 0000000..052b010 --- /dev/null +++ b/NJOutputKeyPress.h @@ -0,0 +1,15 @@ +// +// NJOutputKeyPress.h +// Enjoy +// +// Created by Sam McCall on 5/05/09. +// Copyright 2009 University of Otago. All rights reserved. +// + +#import "NJOutput.h" + +@interface NJOutputKeyPress : NJOutput + +@property (nonatomic, assign) CGKeyCode vk; + +@end