@acris
dans l'acien es_input (qui me convenait) j'avais
| <inputConfig type="joystick" deviceName="GPIO Controller 1" deviceGUID="15000000010000000100000000010000"> |
| <input name="a" type="button" id="1" value="1" /> |
| <input name="b" type="button" id="0" value="1" /> |
| <input name="hotkey" type="button" id="6" value="1" /> |
| <input name="pagedown" type="button" id="5" value="1" /> |
| <input name="pageup" type="button" id="4" value="1" /> |
| <input name="select" type="button" id="6" value="1" /> |
| <input name="start" type="button" id="7" value="1" /> |
| <input name="x" type="button" id="2" value="1" /> |
| <input name="y" type="button" id="3" value="1" /> |
| <input name="down" type="axis" id="1" value="1" /> |
| <input name="left" type="axis" id="0" value="-1" /> |
| <input name="right" type="axis" id="0" value="1" /> |
| <input name="up" type="axis" id="1" value="-1" /> |
| </inputConfig> |
Dans le nouveau j'ai
| <inputConfig type="joystick" deviceName="Virtual gamepad" deviceGUID="03000000030000000300000002000000"> |
| <input name="a" type="button" id="0" value="1" code="304" /> |
| <input name="b" type="button" id="1" value="1" code="305" /> |
| <input name="down" type="axis" id="1" value="1" code="1" /> |
| <input name="hotkey" type="button" id="6" value="1" code="314" /> |
| <input name="left" type="axis" id="0" value="-1" code="0" /> |
| <input name="pagedown" type="button" id="5" value="1" code="311" /> |
| <input name="pageup" type="button" id="4" value="1" code="310" /> |
| <input name="right" type="axis" id="0" value="1" code="0" /> |
| <input name="select" type="button" id="6" value="1" code="314" /> |
| <input name="start" type="button" id="7" value="1" code="315" /> |
| <input name="up" type="axis" id="1" value="-1" code="1" /> |
| <input name="x" type="button" id="2" value="1" code="307" /> |
| <input name="y" type="button" id="3" value="1" code="308" /> |
| </inputConfig> |
J'aimerais récupérer l'ancien, mais lorsque je copie/colle cette partie de l'ancien dans le nouveau, aucun jeu ne démarre plus.