X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputAnalog.h;h=de35e3d812832a9a9b329fa65f3d5ca734df0b4f;hp=e79ed896d71964b6d0b05096031ea089cdb82ab5;hb=58ce8f7f50f382f18e7b416eca737803af284868;hpb=0064c1fbff36795885a9724081af2a17d83c20a3 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