Skip to content

Winpointer: Fix keyboard state

Luca Bacci requested to merge lb90/gtk:winpointer-fix-key-state into gtk-3-24

The dwKeyStates field of the POINTER_INFO structure is always set to 0 no matter what. Use GetKeyState instead.

Fixes https://gitlab.com/inkscape/inbox/-/issues/5946

Merge request reports