Tweak matrix layout to give more space for larger segmented controls. Better split...
[enjoyable.git] / NJOutputMouseScroll.h
1 //
2 // NJOutputMouseScroll.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/28/12.
6 //
7
8 #import "NJOutput.h"
9
10 @interface NJOutputMouseScroll : NJOutput
11
12 @property (nonatomic, assign) int direction;
13 @property (nonatomic, assign) float speed;
14
15 @end