# stylus

> pen-shaped instrument used in computing as a pointing device for drawing

**Wikidata**: [Q1227035](https://www.wikidata.org/wiki/Q1227035)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Stylus_(computing))  
**Source**: https://4ort.xyz/entity/stylus

## Summary
A stylus is a pen-shaped instrument used in computing as a pointing device, primarily for drawing or interacting with touchscreens. It functions as an input tool, often replacing or supplementing a mouse or trackpad, and is commonly used with tablets, graphic tablets, and handheld gaming devices.

## Key Facts
- A stylus is classified as a **pointing device**, a type of computer input device used to move the pointer (e.g., mouse or trackpad).
- It is used with devices like the **Nintendo DS**, **Nintendo 3DS**, **iPad (via Apple Pencil)**, and **Samsung Galaxy devices (via S Pen)**.
- The **S Pen** was introduced by Samsung Electronics in **2011**.
- The **Apple Pencil Pro**, released in **2024**, is a pressure-sensitive stylus designed for the iPad Pro and Air series.
- Styluses are also known by aliases such as **stylus pen, stylo électronique, Stylusstift, Stylus-Stift, and Touchpen**.
- They are commonly used with **graphic tablets**, which are specialized input devices for digital drawing.
- The **Google Product Taxonomy ID** for stylus pens is **5308** (Electronics > Electronics Accessories > Computer Accessories > Stylus Pens).
- The **Wikidata description** defines it as a "pen-shaped instrument used in computing as a pointing device for drawing."

## FAQs
### Q: What is a stylus used for?
A: A stylus is primarily used as a pointing device for drawing, writing, or navigating on touchscreen devices like tablets, graphic tablets, and handheld gaming consoles.

### Q: What are some popular stylus brands?
A: Notable stylus brands include **Apple Pencil** (for iPads) and **S Pen** (for Samsung Galaxy devices).

### Q: When was the S Pen introduced?
A: The **S Pen** was introduced by Samsung Electronics in **2011**.

### Q: Can a stylus be used with any touchscreen device?
A: No, styluses are often designed for specific devices. For example, the **Apple Pencil** works only with iPads, while the **S Pen** is compatible with select Samsung devices.

### Q: What is the difference between a stylus and a burin?
A: A stylus is a modern pointing device for digital input, while a **burin** is a historical engraving tool used for etching designs into metal or wood.

## Why It Matters
The stylus bridges the gap between traditional handwriting/drawing and digital interaction, offering precision that fingers cannot match on touchscreens. It has revolutionized digital art, note-taking, and design by providing a natural, pen-like experience. For professionals in graphic design, architecture, and education, styluses enhance productivity and creativity. In gaming, devices like the Nintendo DS and 3DS relied on styluses for precise input, making them essential for certain gameplay mechanics. The evolution of pressure-sensitive styluses (e.g., Apple Pencil) has further refined digital creativity, enabling artists to mimic real brush strokes and varying line weights. Without styluses, many modern touch-based workflows would be far less efficient or intuitive.

## Notable For
- **Precision input**: Offers finer control than fingers for drawing, writing, and navigating touchscreens.
- **Pressure sensitivity**: Advanced styluses like the **Apple Pencil** and **S Pen** support pressure levels, mimicking traditional art tools.
- **Device-specific integration**: Designed to work seamlessly with particular ecosystems (e.g., iPad, Samsung Galaxy).
- **Historical use in gaming**: Essential for handheld consoles like the **Nintendo DS** and **3DS**.
- **Aliases and global recognition**: Known by multiple names across languages, including *stylo électronique* (French) and *Stylusstift* (German).

## Body
### Definition and Classification
A stylus is a **pointing device**, a subclass of computer input tools used to control a pointer on a screen. Unlike a mouse or trackpad, it is shaped like a pen and is often used for direct interaction with touchscreens or graphic tablets.

### Types of Styluses
1. **Basic Stylus**: A simple, non-pressure-sensitive tool used for general navigation (e.g., Nintendo DS stylus).
2. **Active Stylus**: Features electronic components for pressure sensitivity and palm rejection (e.g., Apple Pencil, S Pen).
3. **Passive Stylus**: Lacks electronics and relies on capacitive touchscreens (e.g., rubber-tipped styluses).

### Notable Stylus Models
- **Apple Pencil (2015–present)**: Pressure-sensitive stylus for iPads, with tilt support and low latency.
- **Apple Pencil Pro (2024)**: Advanced model with additional features for iPad Pro and Air.
- **S Pen (2011–present)**: Samsung’s stylus line, compatible with Galaxy Note series, tablets, and foldable phones like the **Galaxy Z Fold**.
- **Nintendo DS/3DS Stylus**: Bundled with Nintendo’s handheld consoles for touchscreen interaction.

### Technical Specifications
- **Pressure Levels**: High-end styluses (e.g., Apple Pencil) support **thousands of pressure levels** for varied line thickness.
- **Compatibility**: Styluses are often **device-specific** due to proprietary technology (e.g., Apple Pencil only works with iPads).
- **Battery**: Active styluses may require charging (e.g., Apple Pencil via Lightning/USB-C), while passive styluses do not.

### Related Technologies
- **Graphic Tablets**: Input devices that require a stylus for digital drawing (e.g., Wacom tablets).
- **Touchscreen Displays**: Capacitive or resistive screens that respond to stylus input.
- **Palm Rejection**: Technology that ignores accidental touches when using a stylus.

### Historical Context
- Early styluses were used with **PDAs (Personal Digital Assistants)** in the 1990s–2000s.
- The **Nintendo DS (2004)** and **3DS (2011)** popularized stylus use in gaming.
- Modern styluses like the **S Pen** and **Apple Pencil** have turned tablets into professional creative tools.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "stylus",
  "description": "Pen-shaped instrument used in computing as a pointing device for drawing.",
  "url": "https://en.wikipedia.org/wiki/Stylus_(computing)",
  "sameAs": [
    "https://www.wikidata.org/wiki/Q1551807",
    "https://en.wikipedia.org/wiki/Stylus_(computing)"
  ],
  "additionalType": "PointingDevice"
}