Split view management out of NJDeviceController. Right now this probably just makes...
[enjoyable.git] / Classes / 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 @property (nonatomic, assign) BOOL smooth;
15
16 @end