# Mouse mode

## Introduction

For some occasions and for some people they would prefer if a drawing tablet pen behaved more like a mouse.

For this reason drawing tablet drivers offer something that is called **mouse mode**.

## Mouse mode uses relative positioning

Drawing tablets are absolute positioning devices. But enabling mouse mode will make them behave like a relative positioning device like a mouse.

Learn more here: [Absolute versus relative positioning](/drawtab/core/active-area/absolute-versus-relative-positioning.md)

## How does mouse mode affect the tablet?

Mouse mode is implemented in the tablet driver has no effect on the tablet hardware.

The tablet continues to use absolute positioning internally.

## How does mouse mode affect the driver?

The driver takes the absolute positioning information it receives from the tablet and then translates that into relative positioning data when it sends data position data to the operating system.

## How does mouse mode affect drawing quality?

In theory it shouldn't affect the quality of drawing.

In practice, it depends on what the driver is exactly doing.

Here's an example of the Wacom driver vs Huion driver in Krita on Windows.

<div align="left"><figure><img src="/files/8DYw8A7B9uL4QkJHdPAF" alt="" width="563"><figcaption></figcaption></figure></div>

As you can see the Wacom driver creates very jerky position data when mouse mode is enabled. It does not have to be like this, they could do better like Huion does.

Also, this difference is not due to hardware. I tested the same Wacom tablet with OpenTabletDriver also set to mouse mode (OTD calls this "Relative mode") and the lines were smooth.

## How mouse mode affect pen features

This section is incomplete

* XP-Pen (ver 3.4.7): Enabling Mouse Mode loses pressure sensitivity on Windows
* Wacom: TBD
* Huion: TBD

## Windows Ink

On Windows, Mouse Mode in some drivers may disable Windows Ink

You may need to restart an drawing application if you change the mouse mode setting.

##

## Configuring mouse mode

### Wacom

In **Wacom Tablet Properties** app, select your pen, navigate to the **Mapping** tab, then under the Mode area you will see a setting you can switch between **Pen** and **Mouse**

<div align="left"><figure><img src="/files/hVPf79maqdHfvd4d3s6J" alt="" width="375"><figcaption></figcaption></figure></div>

Once you enable mouse mode, you'll see some new configuration options.

<div align="left"><figure><img src="/files/HQpT7oqiD9AzLlP5ivES" alt="" width="375"><figcaption></figcaption></figure></div>

### Huion

In the Huion driver, click **Digital Pen**, then enable or disable **Mouse Mode** at the bottom

<div align="left"><figure><img src="/files/1ZFJuGP2vXRRkVSqW0mo" alt="" width="563"><figcaption></figcaption></figure></div>

## Restarting apps after mouse mode

Some drawing applications may get confused if they are running and mouse mode is switched on or switched off. So you may need to restart those apps.

## Mouse mode on pen displays

Most often, tablet drivers dot not offer mouse mode option for a pen display.

There isn't a technical limitation. In theory, pen displays could support mouse mode just as well as a pen tablet. I believe it isn't offered typically because most users would would be confused by the discrepancy in the position of the mouse pointer on the screen and the physical position of the tip of the pen.

Nonetheless, some people do request mouse mode for their pen displays. If you do really want mouse mode, consider using OpenTabletDriver instead of your manufacturer tablet driver.

More here: [OpenTabletDriver](/drawtab/guides/drivers/opentabletdriver.md)


---

# 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.sevenpens.com/drawtab/core/active-area/mouse-mode.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.
