Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mouse range for non-standard resolutions #9

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. Fix mouse edges for non-standard resolutions

    When using a non-standard resolution (i.e. 19200 not divisible by width and/or 10800 not divisible by height), the mouse is not able to move to the bottom right corner, because of the remainder of the integer division.
    cfalas authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8a95164 View commit details
    Browse the repository at this point in the history
  2. fix: added unit test

    ABeltramo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0c056ba View commit details
    Browse the repository at this point in the history