# \&nomouseevents

Viewer-Side Option! ([`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&room`](/advanced-settings/setup-parameters/room.md))

## Aliases

* `&nme`

## Options

Example: `&nomouseevents`

| Value      | Description                         |
| ---------- | ----------------------------------- |
| (no value) | Disables pointer/mouse interactions |

## Details

* Disables pointer/mouse events on the viewer page. Useful for kiosk/signage and embedded overlays where interaction must be prevented.
* Combine with layout/design flags like [`&pagezoom`](/advanced-settings/design-parameters/and-pagezoom.md) or [`&nocursor`](/advanced-settings/design-parameters/and-nocursor.md) for clean display outputs.

## Related

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

{% 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/design-parameters/and-nomouseevents.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.
