Split view management out of NJDeviceController. Right now this probably just makes...
[enjoyable.git] / Classes / NJInputAnalog.h
1 //
2 // NJInputAnalog.h
3 // Enjoy
4 //
5 // Created by Sam McCall on 5/05/09.
6 // Copyright 2009 University of Otago. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 #import "NJInput.h"
12
13 @interface NJInputAnalog : NJInput
14
15 - (id)initWithElement:(IOHIDElementRef)element
16 index:(int)index
17 parent:(NJInputPathElement *)parent;
18
19 @end