For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

If you're developing a windows application that deals with pen input the overall choice is an issues you'll need to face are challenging.

In this section I'll try to capture everything I've learned as I've implemented various pen-aware applications.

The motivation for getting this documentation together comes from the challenges I discovered: Challenges developing pen-aware applications on windows

APIs

  • Windows Pen API Landscape — Comprehensive comparison of all Windows pen input APIs (Wintab, WM_POINTER, WinUI, WPF, RealTimeStylus)

Frameworks

Gotchas

Last updated