fix: handle pointer events for window dragging on touch screen Windows, closes #2010 (#2116)

* fix: handle pointer events for window dragging on touch screen Windows, closes #2010

* chore: fix rust-lint
This commit is contained in:
Huang Xin
2025-09-25 12:41:08 +08:00
committed by GitHub
parent 1e6525d085
commit 1de89069ce
2 changed files with 41 additions and 19 deletions
+1
View File
@@ -19,6 +19,7 @@ jobs:
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Install system dependencies
run: |
sudo apt-get update