home *** CD-ROM | disk | FTP | other *** search
- Reading of joystick with keyboard and mouse emulation
- (C) 1994 George Taylor
- Release 1.00
-
- This object does not require any other objects.
-
- In case of difficulty contact the author:
- George Taylor
- 16 Newton Crescent
- Dunblane
- Perthshire
- Scotland
- FK15 ODZ
-
- Email: george@tardis.ed.ac.uk
-
-
- This product is provided in good faith but there is no warranty
- with the product.
- The author cannot accept any liability for any loss or damage resulting from
- the use in any way of this product.
-
-
- Note:
- I haven't yet tested this module using a real joystick, I wrote a module
- to emulate the Joystick_Read SWI using the keyboard and it seemed ok.
- If you have found no problems with a normal joystick I'd be grateful if
- you could let me know.
-
-
- Entry points provided:
- 0 joystick_HardwareAvailable
- 1 joystick_PreNew
- 2 joystick_New
- 3 joystick_Dispose
- 4 joystick_AssignMouseX
- 5 joystick_AssignMouseY
- 6 joystick_AssignJoystickX
- 7 joystick_AssignJoystickY
- 8 joystick_AssignKeyX
- 9 joystick_AssignKeyY
- 10 joystick_AssignButtonKey
- 11 joystick_RemoveButtonKey
- 12 joystick_Read
- 13 joystick_KeyScan
- 14 joystick_ReadMouse
- 15 joystick_ReadMouseRegs
- 16 joystick_ReadRegs
- 17 joystick_ScanKeyboard
-