This should be fairly simple but I am a complete baby in JS.
I am using this joystick template: https://github.com/jeromeetienne/virtualjoystick.js
and I based the site off the basic.html example.
When the joystick goes 'up left' it calls both /left and /forward, same for right .
Who do I make it so joystick.up() overrides left and right when combined?