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

client: fix NULL dereference and mouse issues on Linux #251

Closed
wants to merge 1 commit into from

Conversation

a1batross
Copy link
Contributor

m_rawinput is nullptr on Linux, so add NULL check there.

The relative state wasn't restored correctly on Linux, so this fixes cursor visibility issue (SDL doesn't show cursor with relative mode enabled) and mouse being locked by window bounds.

m_rawinput is nullptr on Linux, so add NULL check there.

The relative state wasn't restored correctly on Linux, so this fixes cursor visibility issue (SDL doesn't show cursor with relative mode enabled) and mouse being locked by window bounds.
@JoelTroch
Copy link
Contributor

Merged as 3463b7f

@JoelTroch JoelTroch closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants