How Krita & Qt handles pen input
Overview
UX for Switching Pen APIs
Qt handles all the pen API work for Krita
[ Tablet Driver ]
↓
(WinTab OR Windows Ink / WM_POINTER)
↓
[ Qt Windows Platform Plugin ]
↓
QTabletEvent
↓
[ Krita Application Code ]Krita versions vs Qt versions
QTabletEvent input backends
How Krita’s UI switches between APIs
Why a Krita restart is required when switching
Qt6 vs Qt5
Runtime detection of pen API
Last updated
