Touch input device #27

Open
rafaelcaricio wants to merge 15 commits from indev into master
rafaelcaricio commented 2020-06-20 16:48:35 +00:00 (Migrated from github.com)

Make it possible to recognize touch inputs from any pointer device (touchscreen/mouse/etc).

Make it possible to recognize touch inputs from any pointer device (touchscreen/mouse/etc).
This pull request has changes conflicting with the target branch.
  • examples/arc.rs
  • lvgl-sys/build.rs
  • lvgl/Cargo.toml
  • lvgl/src/support.rs
  • lvgl/src/mem.rs
  • README.md
  • lvgl-codegen/Cargo.toml
  • lvgl-codegen/src/lib.rs
  • lvgl-sys/Cargo.toml
  • lvgl/src/lib.rs

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin indev:indev
git checkout indev

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff indev
git checkout master
git merge --ff-only indev
git checkout indev
git rebase master
git checkout master
git merge --no-ff indev
git checkout master
git merge --squash indev
git checkout master
git merge --ff-only indev
git checkout master
git merge indev
git push origin master
Sign in to join this conversation.
No description provided.