Hi I am new to aframe trying to create buttons on the screen (like the full-screen VR mode) to mimic wasd controls.
I tried info on this Link it gave me some hint regarding this but did not solve my query.
If you guys have any idea please let me know.
and also I tried broadcasting keyboard events they did not help either.
here is the camera code i tried this but nothing happened<a-camera id="myCamera" universal-controls="movementControls: custom, touch;">
<a-cursor id="myCursor" color="blue"></a-cursor>
</a-camera>
-Thanks