X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputButton.h;h=e9abdd3ef730dee53a216847bcd7eca0588c552e;hp=31cba7363475c06e3bb170490c9ed927700230f6;hb=561fa1774ce33b5a4a8112ba5802cc33a2ca819d;hpb=b417eb4ae97804070277eb19cc596bdb6bb9d281 diff --git a/Classes/NJInputButton.h b/Classes/NJInputButton.h index 31cba73..e9abdd3 100644 --- a/Classes/NJInputButton.h +++ b/Classes/NJInputButton.h @@ -10,6 +10,8 @@ @interface NJInputButton : NJInput -- (id)initWithName:(NSString *)name idx:(int)idx max:(long)max; +- (id)initWithElement:(IOHIDElementRef)element + index:(int)index + parent:(NJInputPathElement *)parent; @end