Simulate mouse events in experimental web browser widget

Hi,

I’m using the vive with its two motion controllers and have attached a 3d-widget containing a web browser widget to the left controller displaying a web page. Since I don’t have a mouse I want to point with the right controller and use a raycast to point where I want to click and use the right trigger to actually click (similar to the tool selection in “Tilt Brush”). Now appart from actually doing the raycast itself I fear there is no way to simulate a mouse click for the web browser widget as there are no such events available (like for buttons etc).

Is there any way to send mouse click events to the web control somehow ?

Thanks & cheers.

I am also looking for this thing. Did you find it?

Does the Widget Interaction component not work with the web widget? There is no need to do the raycasting yourself.