Update to druid's pointer events branch #41

Open
enrico wants to merge 11 commits from pointer_events into master
Owner

Uses https://github.com/linebender/druid/pull/1965

Integrates the first commit of #16 (TODO: check if I have ported everything correctly). Gestures are cut off because druid still hasn't them and my own hack on top of druid sucked a bit.

Current problems:

  • noticeable delay when switching tool
  • scroll bar cannot be used with mouse/pen; don't know if this used to work before
  • pen-toggled eraser doesn't work anymore
Uses https://github.com/linebender/druid/pull/1965 Integrates the first commit of #16 (TODO: check if I have ported everything correctly). Gestures are cut off because druid still hasn't them and my own hack on top of druid sucked a bit. Current problems: - noticeable delay when switching tool - scroll bar cannot be used with mouse/pen; don't know if this used to work before - pen-toggled eraser doesn't work anymore
enrico added 10 commits 2022-03-31 12:49:46 +02:00
enrico added 1 commit 2022-03-31 12:52:22 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b pointer_events master
git pull origin pointer_events

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff pointer_events
git push origin master
Sign in to join this conversation.
No description provided.