home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / JoyStick / README < prev   
Text File  |  1992-11-03  |  597b  |  17 lines

  1. A simple Joystick object, written to try out writing an IB pallete. Simply drag it into your application, and add JoyStick.[hm] to the project.
  2.  
  3. The only methods you need are getXVal and - (float)getXVal:sender;
  4.  and - (float)getYVal:sender;.
  5.  
  6. The inspector sets up the range of the values returned, and the responsiveness
  7. of the stick (try it and see).
  8.  
  9. If you wanted to use this in a real game, then the drawing methods should
  10. probably be optimised.
  11.  
  12. The code may be used/modified for reasonable purposes - provided you mail me
  13. a copy of anything you develop.
  14.  
  15. Ian Stephenson
  16. ian@ohm.york.ac.uk
  17.