X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSActionAnalog.h;h=f1276d509df3ddfc685c4df75b5b193714770b92;hp=50875820a955986ebfb36779fd423014f68feba5;hb=323ddd0bcbc6b80f9f708fb71f3043eab378a840;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 diff --git a/JSActionAnalog.h b/JSActionAnalog.h index 5087582..f1276d5 100644 --- a/JSActionAnalog.h +++ b/JSActionAnalog.h @@ -16,4 +16,7 @@ @property(readwrite) double offset; @property(readwrite) double scale; +- (id) initWithIndex: (int)newIndex; +-(double) getRealValue: (int) value; + @end