Skip to content

Add relative mode for graphics tablet

Nicolas Fella requested to merge work/nico/tablet-relative into master

Graphics tablets normally operate in an absolute manner where the input event position gets applied to a screen more or less directly.

However some people prefer it operating in a relative manner where it works more similar to a mouse where movements of the stylus are added to the current cursor position.

BUG: 477898

Merge request reports