dd0444a332975dee66b06c2066b87bfaf902eabd
[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
15 @end