Big rename part 2: 'config' etc. to 'mapping.
[enjoyable.git] / TargetMouseBtn.h
index 921f29c..2597b2d 100644 (file)
@@ -3,17 +3,12 @@
 //  Enjoy
 //
 //  Created by Yifeng Huang on 7/27/12.
-//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
 //
 
 #import "Target.h"
 
-@interface TargetMouseBtn : Target {
-    int which;
-}
+@interface TargetMouseBtn : Target
 
-@property(readwrite) int which;
-
-+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps;
+@property (nonatomic, assign) CGMouseButton button;
 
 @end