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