How to show mouse cursor in vr?

How to show mouse cursor in vr?When I call " EnableHMD" , the mouse cursor and main menu are missing. What should I do?Is it possble to use mouse and keyboard in htc vive vr?Like unity3d?

did you solve this?

I know this answer is coming in way late, I just came across this post and wanted to provide the answer in case anyone else is looking for it. For VR, you want to add a Widget Interaction Component to your VR character, attach it to the desired location (such as index finger), and then flip the Show Debug variable in that component to true/false to show/hide the trace line when needed (presumably, either when a widget is opened at all or when you point in the direction of the widget, which you can detect with a trace from the finger). You can then add the “Press Pointer Key” node and bind that to the Left Mouse Button to trigger mouse clicks wherever the debug trace hits.