Joystick position: Difference between revisions

m
→‎{{header|PicoLisp}}: add {{libheader|GLUT}}
(Added a python+pygame example)
m (→‎{{header|PicoLisp}}: add {{libheader|GLUT}})
Line 111:
=={{header|PicoLisp}}==
This is for the 64-bit version.
{{libheader|GLUT}}
 
Note: The code is not yet tested with a real joystick (I don't have one), it was just simulated with dummy functions. Can somebody having a joystick please test it, and remove this message?
<lang PicoLisp>(load "@lib/openGl.l")
Anonymous user