diegoquintanav / go-joystick

a d-pad controller in go to send commands using websockets
1 stars 0 forks source link

Joystick instead of buttons might be more natural on Android #9

Open quimnuss opened 1 month ago

quimnuss commented 1 month ago

nice to have button pressing is a bit unnatural on android. Perhaps we could use a joystick based on dragging and a jump button (meant to be used horizontally)

like so: image

diegoquintanav commented 1 month ago

https://www.instructables.com/Making-a-Joystick-With-HTML-pure-JavaScript/

nice to haveee