X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputAnalog.h;h=de35e3d812832a9a9b329fa65f3d5ca734df0b4f;hp=e79ed896d71964b6d0b05096031ea089cdb82ab5;hb=561fa1774ce33b5a4a8112ba5802cc33a2ca819d;hpb=b417eb4ae97804070277eb19cc596bdb6bb9d281 diff --git a/Classes/NJInputAnalog.h b/Classes/NJInputAnalog.h index e79ed89..de35e3d 100644 --- a/Classes/NJInputAnalog.h +++ b/Classes/NJInputAnalog.h @@ -12,6 +12,8 @@ @interface NJInputAnalog : NJInput -- (id)initWithIndex:(int)index rawMin:(long)rawMin rawMax:(long)rawMax; +- (id)initWithElement:(IOHIDElementRef)element + index:(int)index + parent:(NJInputPathElement *)parent; @end