Forked Enjoy, mouse movement
[enjoyable.git] / TargetMouseBtn.h
diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h
new file mode 100644 (file)
index 0000000..921f29c
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  TargetMouseBtn.h
+//  Enjoy
+//
+//  Created by Yifeng Huang on 7/27/12.
+//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import "Target.h"
+
+@interface TargetMouseBtn : Target {
+    int which;
+}
+
+@property(readwrite) int which;
+
++(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps;
+
+@end