Clean up root folder.
[enjoyable.git] / Classes / NJOutputKeyPress.h
diff --git a/Classes/NJOutputKeyPress.h b/Classes/NJOutputKeyPress.h
new file mode 100644 (file)
index 0000000..052b010
--- /dev/null
@@ -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