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

Change Window::physical_cursor_position to use the physical size of the window #9657

Merged

Commits on Aug 31, 2023

  1. Window::physical_cursor_position checks to see if the cursor's posi…

    …tion is inside the window but it constructs the bounding rect for the window using its logical size and then checks to see if the cursor's physical position in inside the rect. When the physical size is smaller than the logical size, this leaves a dead zone where the cursor is over the window but its position is unreported.
    
    This commit changes the rect so it's the physical size.
    ickshonpe committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9d92a14 View commit details
    Browse the repository at this point in the history