sanderland / katrain

Improve your Baduk skills by training with KataGo!
Other
1.58k stars 223 forks source link

Fix preview mouse position on Windows #664

Open yocox opened 11 months ago

yocox commented 11 months ago
  1. Fix preview mouse position on Windows On Windows, if the screen resize is not 1, the device resolution might be different from the mouse resolution.

The "touch_down" and "touch_up" event use the device resolution, but the "on_mouse_pos" event use the mouse resolution. So the mouse position is not correct. We need to convert the mouse position to the device resolution.

  1. Improve performance of find preview.
github-actions[bot] commented 3 weeks ago

This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.