Source position: lucyplay.pas line 52
| type tLucyPlayJoystick = record | 
| Up: Byte; | 
| Down: Byte; | 
| Left: Byte; | 
| Right: Byte; | 
| Red: Byte; | 
| Blue: Byte; | 
| Green: Byte; | 
| Yellow: Byte; | 
| Reverse: Byte; | 
| Forward: Byte; | 
| Play: Byte; | 
| Error: Byte; | 
| end; |