Save after deleting a config. Reset target to no-op when deleting its config, rather...
[enjoyable.git] / TargetMouseBtn.h
1 //
2 // TargetMouseBtn.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/27/12.
6 //
7
8 #import "Target.h"
9
10 @interface TargetMouseBtn : Target
11
12 @property (assign) CGMouseButton button;
13
14 @end