Change NJInputAnalog so magnitudes of subactions are always positive (e.g. -1 magnitu...
[enjoyable.git] / NJInput.h
index e2c8404..380e858 100644 (file)
--- a/NJInput.h
+++ b/NJInput.h
@@ -15,7 +15,7 @@
 @property (nonatomic, weak) id base;
 @property (nonatomic, copy) NSString *name;
 @property (nonatomic, assign) BOOL active;
-@property (nonatomic, readonly) float magnitude;
+@property (nonatomic, assign) float magnitude;
 @property (readonly) NSString *uid;
 
 - (id)initWithName:(NSString *)newName base:(id <NJInputPathElement>)newBase;