Mise en place de la structure de l'interface web

This commit is contained in:
Jack Parrot
2025-03-22 19:12:30 +01:00
parent 104e93936b
commit 4a764beb9b
2 changed files with 36 additions and 22 deletions
+5
View File
@@ -4569,6 +4569,11 @@
motors_joystick.addEventListener('touchend', onup);
motors_joystick.addEventListener('touchcancel', onup);
function onclick(){
send_motors(vy+vx, vy-vx);
}
return index_umd;