Changes

Jump to: navigation, search

Digital Joysticks

160 bytes added, 21:59, 5 February 2010
/* Developing programs that use joystick */
== Developing programs that use joystick ==
In the CPC world it is more common that a game supports both keyboard and digital joystick and keyboard for those users who don't own joysticks.In addition, it is also nice if the keys could be redefined but that is not necessary.
There are some common keyboard configurations used:
* '''Cursor keys & SPACE''' - This configuration is often used and is great for the CPC6128 and Plus and playing using emulators. This is '''notgood''' good for CPC 464 and 664 (which have uncomfortably arranged cursor keys)
* '''Q,A,O,P,SPACE''' - (Q up, A down, O left, P right, SPACE fire) This is a good solution, and it's a sort of standard (used by many games). It is best for english QWERTY keyboards, on french AZERTY it'd be A-Q-O-P (but because the decoding of the keys is done in software, normally by the OS, the bits in the keyboard matrix are actually the same).
 
Best would be to support joysticks, plus the above two keyboard mappings. Best to support them all at once (without needing the user select which one to use). In addition, it is also nice if the keys could be redefined but that is not necessary.
== Relevant locations in Keyboard Matrix ==
6,388
edits