Joystick position: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(→‎{{header|ZX Spectrum Basic}}: requires a bit more than that, alas - Kempston returns 000FUDLR on port 31, Sinclair IF2 returns 111lrduf on port 61438 (yes, that's a 1 if off)...)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 1,585:
 
We also allow movement of the cross-hair using the keyboard direction keys for those who don't have a suitable device.
<syntaxhighlight lang="ecmascriptwren">import "input" for Keyboard, GamePad
import "graphics" for Canvas, Color
import "dome" for Window
9,486

edits