X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJDevice.h;fp=NJDevice.h;h=0000000000000000000000000000000000000000;hp=ec607acad25d8e6a5d465f0db3b5f2c25b864174;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/NJDevice.h b/NJDevice.h deleted file mode 100644 index ec607ac..0000000 --- a/NJDevice.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// NJDevice.h -// Enjoy -// -// Created by Sam McCall on 4/05/09. -// Copyright 2009 University of Otago. All rights reserved. -// - -#import "NJInputPathElement.h" - -@class NJInput; - -@interface NJDevice : NSObject - -@property (nonatomic, assign) int index; -@property (nonatomic, copy) NSString *productName; -@property (nonatomic, assign) IOHIDDeviceRef device; -@property (nonatomic, copy) NSArray *children; -@property (nonatomic, readonly) NSString *name; -@property (readonly) NSString *uid; - -- (id)initWithDevice:(IOHIDDeviceRef)device; -- (NJInput *)handlerForEvent:(IOHIDValueRef)value; -- (NJInput *)inputForEvent:(IOHIDValueRef)value; - -@end