> 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/implementation-notes.md).

# Implementation notes

- [Latency Implications](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/latency-implications.md)
- [Wintab and Windows Ink Coexistence](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/wintab-vs-windows-ink-driver-conflict.md)
- [Known Quirks and Gotchas](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/known-quirks-and-gotchas.md)
- [DPI and Pen Coordinates](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/dpi-and-pen-coordinates.md)
- [Per-Monitor V2 DPI Awareness](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/per-monitor-v2-dpi-awareness.md)
- [WM\_POINTER Event Coalescing](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/wm-pointer-coalescing.md)
- [WM\_POINTER Input Routing](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/framework-pen-input-routing.md)
- [Wintab Gotchas](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/wintab-gotchas.md)
- [Converting Between Tilt Representations](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/tilt-representations.md)
- [Windows pen behaviors](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors.md)
- [Disabling feedback & gestures](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/disable-shell-pen-feedback.md)
- [Disable pen and touch feedback](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/disable-pen-and-touch-feedback.md): Suppress visual contact feedback for a single window.
- [Disable press-and-hold right-click](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/disable-press-and-hold-right-click.md): Prevent the Windows press-and-hold gesture for a single window.
- [Hide the cursor during a pen hold](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/disable-press-and-hold-right-click/hide-the-cursor-during-a-pen-hold.md): Keep the cursor hidden while a pen or touch contact remains stationary.
- [Windows pen & touch settings](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/windows-pen-touch-settings.md): The system-wide settings and device facts that decide whether these pen behaviors happen at all — read them before concluding a fix "works".
- [Sample apps to test Windows pen behaviors](https://docs.sevenpens.com/devnotes/pen-input-on-windows/implementation-notes/windows-pen-behaviors/sample-apps-to-build.md)
