Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

Is it possible to support modifying the default mouse behavior? #149

Closed a1401358759 closed 1 year ago

a1401358759 commented 1 year ago

Is your feature request related to a problem? Please describe.

I want to implement length measurement on VR, so I want to change the left mouse button to measure length behavior and the right mouse button to rotate behavior

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

image

jourdain commented 1 year ago

That would happen on the server side rather than on the network layer.