Remove mappingsChanged with a notification. MappingsController no longer needs to...
[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 amount;
13
14 @end