Analog mouse scrolling.
[enjoyable.git] / TargetMouseScroll.h
1 //
2 // TargetMouseScroll.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/28/12.
6 //
7
8 #import "Target.h"
9
10 @interface TargetMouseScroll : Target
11
12 @property (nonatomic, assign) int amount;
13
14 @end