X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJInput.h;fp=NJInput.h;h=0000000000000000000000000000000000000000;hp=380e85858ad4a67cb182d75afecb119c9e2e4a25;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/NJInput.h b/NJInput.h deleted file mode 100644 index 380e858..0000000 --- a/NJInput.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// NJInput.h -// Enjoy -// -// Created by Sam McCall on 4/05/09. -// Copyright 2009 University of Otago. All rights reserved. -// - -#import "NJInputPathElement.h" - -@interface NJInput : NSObject - -@property (nonatomic, assign) IOHIDElementCookie cookie; -@property (nonatomic, copy) NSArray *children; -@property (nonatomic, weak) id base; -@property (nonatomic, copy) NSString *name; -@property (nonatomic, assign) BOOL active; -@property (nonatomic, assign) float magnitude; -@property (readonly) NSString *uid; - -- (id)initWithName:(NSString *)newName base:(id )newBase; - -- (void)notifyEvent:(IOHIDValueRef)value; -- (id)findSubInputForValue:(IOHIDValueRef)value; - -@end