# \&screensharecursor

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Aliases

* `&cursor`

## Details

Adding `&screensharecursor` to a source link attempts to show the mouse cursor on screen shares.

This flag is introduced in [v18.4](/releases/v18.md), but it's largely useless currently due to lack of support from most browsers.

The default cursor state in VDO.Ninja is to not show a cursor, but Chrome/Firefox will still add a cursor overlay in regardless.

If sharing a Chrome tab, Chrome adds the cursor in only when that tab is active.

According to the web spec, we should be able to control the visibility of a cursor, but we can't. Not yet.

You can see this link to tinker with different settings easily, to validate the problem:\
<https://www.webrtc-experiment.com/getDisplayMedia/>

Generally, to have better control of the cursor, maybe instead capture the screen with OBS and bring the video into VDO.Ninja as a virtual camera.\
For information on alternative ideas on how to hide or show the cursor, you can see the following article.

{% content-ref url="/pages/-Ma9v3CHO4LFvlfrMzU5" %}
[Cursor shows when screen-sharing](/common-errors-and-known-issues/cursor-shows-when-screen-sharing.md)
{% endcontent-ref %}

If none of this is working you might try [YoloMouse](https://store.steampowered.com/app/1283970/YoloMouse/) on Steam:\
<https://store.steampowered.com/app/1283970/YoloMouse/>

## Related

{% content-ref url="/pages/-MZWyOkVtwDmqWUWoGun" %}
[\&nocursor](/advanced-settings/design-parameters/and-nocursor.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/screen-share-parameters/cursor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
