Closed zenangst closed 4 months ago
Refactor performClick method to simplify the calculation of mouse coordinates. Set x to window's origin x plus a fixed offset and y to its vertical center. This improves code readability and maintenance.
Test: failed ❌ https://github.com/zenangst/KeyboardCowboy/actions/runs/9503188731
@zenangst
Refactor performClick method to simplify the calculation of mouse coordinates. Set x to window's origin x plus a fixed offset and y to its vertical center. This improves code readability and maintenance.