JTEST.C
Upload User: lllw2006
Upload Date: 2007-01-05
Package Size: 39k
Code Size: 5k
Category:

Game Program

Development Platform:

DOS

  1. /*
  2. ** Test program for joystick library.
  3. **
  4. ** This file is part of:
  5. **
  6. ** Joystick Library for Dos.
  7. ** Version: 1.1
  8. **
  9. ** Last modified: June 15th, 1997
  10. **
  11. ** (C) 1997 Simone Zanella Productions.
  12. **
  13. ** E-mail: szanella@dsi.unive.it
  14. **         zanella@prometeo.it
  15. **
  16. ** Web:    http://www.dsi.unive.it/~szanella/index.htm
  17. **         http://members.tripod.com/~szanella/index.htm
  18. **
  19. ** Changes from version 1.0:
  20. **
  21. ** - added support for 4 and 6 buttons joysticks;
  22. ** - added command line parameter mode;
  23. ** - changed calibration to manual, to avoid incompatibilities and
  24. **   to get a faster reading;
  25. ** - calibration is now saved to JTEST.JC, in JTEST.EXE directory;
  26. ** - removed tolerances.
  27. **
  28. ** --------------------------------------------------------
  29. **
  30. ** This is freeware: use it as you like, but ALWAYS include
  31. ** the original author's name in the docs of your program.
  32. **
  33. ** --------------------------------------------------------
  34. */
  35. #include <conio.h>
  36. #include <stdio.h>
  37. #include <stdlib.h>
  38. #include <string.h>
  39. #include "joystick.h"
  40. #ifndef __BORLANDC__
  41. #define min(a, b)    (((a) < (b)) ? (a) : (b))
  42. #define max(a, b)    (((a) > (b)) ? (a) : (b))
  43. #endif
  44. static int mode = JOY_2BUTTONS;
  45. void printstatus(unsigned char jready, unsigned int j0, unsigned int j1)
  46. {
  47.   /* Show status for both joysticks */
  48.   char l[13][26];
  49.   unsigned char j, o, ln;
  50.   unsigned int jflags;
  51.   strcpy(l[0],  "