# Gaming with a drawing tablet

My hobby concerning drawing tablets is centered largely around creatives - people who are drawing, sketching, etc. Despite using tablets for well over a decade, only in 2022 did I discover people were using drawing tablets for games. And some of these games are quite popular.

## osu!

![](https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FwB6MYnbXhyBG37s3adSf%2Fimage.png?alt=media\&token=08da38d6-2fc6-4f58-8a59-4a29b1131a33)

**osu!** is a popular rhythm game and many of its players use drawing tablets instead of a mouse. <https://en.wikipedia.org/wiki/Osu!>

[**Example of someone playing osu! with a tablet**](https://youtu.be/j3wIf_kWmPM) <- this video is relatively well known in the osu! community.

### osu! is very popular

They have about 1.7M monthly active users who play osu!

You can get the live stats from here: <https://stats.circleclickers.com/>

<figure><img src="https://1457921496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNde0PQIvNcFZNVxuTO0G%2Fuploads%2FRENqYgDxriue8pUPxxUA%2Fimage.png?alt=media&#x26;token=abea27e6-67f2-48dc-a6d1-1fc9a2f92f2c" alt=""><figcaption></figcaption></figure>

## How osu! players use drawing tablets

While creatives tend to use their drawing tablets in standard ways, osu! players do a number of quite surprising things:

### Active area size

* Players use tablets of various sizes: Small, Medium, and Large. Small is the most popular based on the videos I've seen.
* Players often customize the active area to be surprisingly small - **much smaller** than even the default active area. In the video above, notice how the player moved the pen only in a tiny region of that tablet.

### Drivers

* Players often do not use manufacturer **drivers**, but instead they use [OpenTabletDriver](https://docs.sevenpens.com/drawtab/guides/drivers/opentabletdriver) because:
  * OTD has less lag than manufacturer drivers
  * OTD is highly customizable through it's plug-in system
  * OTD works across many tablet models
  * OTD works on Windows, Mac, and Linux

### **Drag vs hover**

* Drag players play with the pen touching the surface of the tablet.
* Hover players don't let the pen touch the tablet surface.

### Clicking

There are various **clicking** styles used by osu! players.

* click by tapping the pen on the tablet
* click by using the keyboard
* click by alternating between the pen tapping and keyboard presses

### Tablet expertise

Some osu! players - at least the ones I communicate with regularly - are **remarkably knowledgeable** about drawing tablets.

They know a tremendous amount about the hardware, drivers, etc. Some conduct original research and testing of tablets. Some write code for OpenTabletDriver.

I would consider them **absolute experts** - far beyond any drawing tablet reviewer out there and myself.

They are also **incredibly sensitive** to microscopic behaviors, latencies, etc. in drawing tablets - far more than someone who has typically has used tablets only for creative tasks.

### **Advanced customization**

Players do **advanced customization** of osu! through OpenTabletDriver plug-ins. Some examples:

* Circular/Elliptical tablet areas
* Rotated tablet areas
* Live active area randomization

### Picking a drawing tablet for osu!

More here: [Osu! recommendations](https://docs.sevenpens.com/drawtab/recs/scenario-recs/osu-recs)

## **FPS games**

Players using drawing tablets for FPS games is less common than for Rhythm games, but this is the preferred input device for some people.

* example: ([video](https://youtu.be/9yVK859vZRs))


---

# 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/basics/scenarios/gaming.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.
