projects
/
enjoyable.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Final 1.1 build version.
[enjoyable.git]
/
Classes
/
NJInputButton.h
1
//
2
// NJInputButton.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
"NJInput.h"
10
11
@interface NJInputButton
:
NJInput
12
13
- (
id
)
initWithElement
:(
IOHIDElementRef
)
element
14
index
:(
int
)
index
15
parent
:(
NJInputPathElement
*)
parent
;
16
17
@end