introlab / opentera-webrtc-teleop-frontend

OpenTera VUE3.js Frontend to be used with opentera-webrtc signaling server (local or on the Internet)
Apache License 2.0
4 stars 1 forks source link

Joystick sometimes disapears after a while #27

Open JeremieBourque1 opened 2 years ago

JeremieBourque1 commented 2 years ago

The joystick is only drawn during a mousedown and mousemove event. It is not constantly drawn because that would use up a lot of ressources, which is not very efficient. However, after some time of inactivity, the joystick disappears and only reappears when you click on it.