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

sdl3::mouse::MouseUtil::show_cursor does not hide the cursor #108

Closed
CakesStuff opened this issue Feb 13, 2025 · 0 comments
Closed

sdl3::mouse::MouseUtil::show_cursor does not hide the cursor #108

CakesStuff opened this issue Feb 13, 2025 · 0 comments

Comments

@CakesStuff
Copy link
Contributor

In SDL3, there is bool SDL_ShowCursor(void) and bool SDL_HideCursor(void) instead of int SDL_ShowCursor(int toggle).
This is not correctly implemented as sdl3::mouse::MouseUtil::show_cursor accepts a bool but only calls bool SDL_ShowCursor(void).

CakesStuff pushed a commit to CakesStuff/sdl3-rs that referenced this issue Feb 13, 2025
revmischa pushed a commit that referenced this issue Feb 16, 2025
Co-authored-by: CakesStuff <[email protected]>
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

No branches or pull requests

1 participant