home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / gstobjects_1 / joystick / 149 / 100 / Info next >
Encoding:
Text File  |  1994-09-16  |  1.2 KB  |  50 lines

  1. Reading of joystick with keyboard and mouse emulation
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object does not require any other objects.
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23.  
  24. Note:
  25. I haven't yet tested this module using a real joystick, I wrote a module
  26. to emulate the Joystick_Read SWI using the keyboard and it seemed ok.
  27. If you have found no problems with a normal joystick I'd be grateful if
  28. you could let me know.
  29.  
  30.  
  31. Entry points provided:
  32. 0    joystick_HardwareAvailable
  33. 1    joystick_PreNew
  34. 2    joystick_New
  35. 3    joystick_Dispose
  36. 4    joystick_AssignMouseX
  37. 5    joystick_AssignMouseY
  38. 6    joystick_AssignJoystickX
  39. 7    joystick_AssignJoystickY
  40. 8    joystick_AssignKeyX
  41. 9    joystick_AssignKeyY
  42. 10    joystick_AssignButtonKey
  43. 11    joystick_RemoveButtonKey
  44. 12    joystick_Read
  45. 13    joystick_KeyScan
  46. 14    joystick_ReadMouse
  47. 15    joystick_ReadMouseRegs
  48. 16    joystick_ReadRegs
  49. 17    joystick_ScanKeyboard
  50.