> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/devnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/devnotes/pen-input-on-windows/pen-input/wintab-vs-wm_pointer.md).

# WinTab vs WM\_POINTER

#### WM\_POINTER

* Also called: Windows Pointer API  / Windows Ink&#x20;
* Uses `WM_POINTER*` messages
* PROS:
  * Comes as part of Windows
  * Multiple tablet brands can work simultaneously

#### WinTab API

* Third-party API (`wintab32.dll`)
* CON: Each tablet brand has their own wintab32.dll and they install it so that they overwrite the previous dll. On Windows can't really use multiple tablet brands simultaneously.&#x20;
* PRO: Can be used to provide much higher-resolution coordinates than WM\_POINTER.
