StreamMouseCursor enum Missing "Off" option

Feature Description:

As we want to capture cursor in game and on desktop, we may also want to not capture it at all.
At the moment, the solution is checking whether you are in desktop or in game and choose the other option.
Ideally, I’d like to simply toggle the cursor off.

impact for my app:

low (we have a workaround)

What is your current pain point?

There is no official option to turn of cursor capture

What do you have in mind to solve it?

Add a new enum entry called “off”/ “none”

After an internal discussion, it sesms like the solution in the meanwhile is using peripherals = null

Opened a documentation PR: Document how to turn off mouse capture by shirbr510 · Pull Request #926 · overwolf/overwolf.github.io · GitHub