Fix paths that trigger build increments.
[enjoyable.git] / Classes / NJOutputMouseButton.h
1 //
2 // NJOutputMouseButton.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/27/12.
6 //
7
8 #import "NJOutput.h"
9
10 @interface NJOutputMouseButton : NJOutput
11
12 @property (nonatomic, assign) CGMouseButton button;
13 // Indexed as left, right, center.
14
15 @property (nonatomic, assign) int humanIndexedButton;
16 // Indexed as left, center, right.
17
18 @end