Mise en place de la structure de l'interface web
This commit is contained in:
+5
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user