Add support for horizontal directions to scrolling. Rework UI to make the relationshi...
[enjoyable.git] / Classes / NJOutputMouseScroll.h
index dd0444a..dac9144 100644 (file)
@@ -11,5 +11,6 @@
 
 @property (nonatomic, assign) int direction;
 @property (nonatomic, assign) float speed;
+@property (nonatomic, assign) BOOL smooth;
 
 @end