Skip to content

Send out an additional TabletMove event before TabletPress.

Xaver Hugl requested to merge zamundaaa/kwin:fix-tablet-tooldown-position into master

Sometimes when a user puts the pen down too fast a TabletPress event will get triggered before a TabletMove event occurs. The app then assumes the user moved the pen very fast to the new position. The old position is there either (0,0), which often triggers the menu, or the last position the app received, which triggers apps like Xournal++ and Krita to paint a line from the old to the new position.

Merge request reports