Give accurate names to most of the items in the nib. Tweak button appearance on the...
[enjoyable.git] / NJOutputMouseMove.h
1 //
2 // NJOutputMouseMove.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/26/12.
6 //
7
8 #import "NJOutput.h"
9
10 @interface NJOutputMouseMove : NJOutput
11
12 @property (nonatomic, assign) int axis;
13
14 @end