Skip to content

Release pressed keys when dragging outside the keyboard

Administrator requested to merge release-keys-when-focus-is-lost into master

If no keys are under the touch position when dragging then release all existing pressed keys. This fixes the problem where the last pressed key causes events to be sent while the touch position moves outside the keyboard extent.

Merge request reports