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

Add support for SDL_GetGlobalMouseState #672

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 1, 2024

  1. Add support for SDL_GetGlobalMouseState

    This allows us to track drag/resize movements that go outside the window; fixing the issue where dragging too fast will lose a handle on the window.
    
    Viewports will function without this, but moving/resizing windows sucks.
    
    Unsure if there's a parallel to this in DX, but we can't use that backend currently anyway since it lacks single driver multi window support at the moment.
    nspitko committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ddde425 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Add hlnative decl

    nspitko committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0fbc5a0 View commit details
    Browse the repository at this point in the history