needle example mistake

Posted By: MadJack

needle example mistake - 08/09/08 08:31

Just because we all like the manual to be precise wink

Quote:
needle(x, y, bmap, cx, cy, angle, min, max, var);
...
Example:
needle(10,10,180,"needle.pcx",10,2,0,200,my_var); // 180 degrees clockwise needle indicator with a 0..100 range

I think that we should read :
  • needle(10,10,"needle.pcx",10,2,180,0,100,my_var);

Posted By: jcl

Re: needle example mistake - 08/11/08 06:35

You're right - this will be fixed.
© 2024 lite-C Forums