Show HID error as a sheet so the main window still appears.
[enjoyable.git] / TargetMouseScroll.h
index cdfe010..d261659 100644 (file)
@@ -3,13 +3,12 @@
 //  Enjoy
 //
 //  Created by Yifeng Huang on 7/28/12.
-//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
 //
 
 #import "Target.h"
 
 @interface TargetMouseScroll : Target
 
-@property (assign) int howMuch;
+@property (nonatomic, assign) int amount;
 
 @end