Big rename part 2: 'config' etc. to 'mapping.
[enjoyable.git] / TargetMouseBtn.h
index 2b3f836..2597b2d 100644 (file)
@@ -9,6 +9,6 @@
 
 @interface TargetMouseBtn : Target
 
-@property (assign) CGMouseButton button;
+@property (nonatomic, assign) CGMouseButton button;
 
 @end