# TSG: Pointer moves in different or opposite direction of pen

## Symptoms

Sometimes when you move the pen, the pointer may move in the opposite direction.

* Example: You move the pen right, but the pointer goes left.
* Example: You move the pen up, but the pointer goes down.

Or the pointer goes in a different direction.

* Example: you move the pen up, but the pointer goes right

## Explanation

* Usually this means nothing is wrong with the pen or the tablet itself.
* It usually means that the driver is misconfigured.
  * Sometimes drivers misconfigure themselves
  * Sometimes you accidentally misconfigure them without realizing it.
* The specific misconfiguration is that the tablet driver's relation to the screen is not accurate. The driver thinks the tablet physically rotated.

## Solution

You need to examine your tablet driver settings, find where the rotation is done, and then change the setting so that it works for you.

See: [Rotating a drawing tablet](/drawtab/guides/ergonomics/rotating-drawtab.md)

If you are still having problems, contact customer support.

<br>


---

# 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/troubleshoot/tsg-pointer-does-not-follow-pen.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.
