Mouse mode toggle creates really confusing situations right now, disable it.
[enjoyable.git] / 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
14 @end