X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=JSActionAnalog.h;h=f1276d509df3ddfc685c4df75b5b193714770b92;hb=9a9baa70c635d3b1dd853aa51d1e4d8d4c522a9d;hp=50875820a955986ebfb36779fd423014f68feba5;hpb=530009447c5bbd360ac5023979cffc6d32a28df3;p=enjoyable.git 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