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

Update RGFW #4637

Merged
merged 28 commits into from
Dec 25, 2024
Merged

Update RGFW #4637

merged 28 commits into from
Dec 25, 2024

Conversation

ColleagueRiley
Copy link
Contributor

Bug fixes:

  • When enabling raw input mode, set _lastMousePoint to the screen center (Linux / X11)
  • Lagging scroll value (Linux / X11)
  • Input lag in raw input mode (Windows 10)
  • Casting warnings
  • Remove unnecessary static keywords

Features:

  • A function rename for consistency
  • Change 'keycode' to 'key', 'key' is the scancode for the event
  • Add 'keyChar', the character of the keycode of the event.
  • Rename RGFW_Quote to RGFW_Apostrophe`

@ColleagueRiley ColleagueRiley marked this pull request as draft December 24, 2024 20:17
@ColleagueRiley
Copy link
Contributor Author

This is marked as a draft because there was a change in the code that handles how raw mouse input works. I want to test and ensure that this does not make the camera examples on each OS before this is pulled.

@ColleagueRiley ColleagueRiley marked this pull request as ready for review December 24, 2024 20:57
@raysan5 raysan5 merged commit c333e80 into raysan5:master Dec 25, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Dec 25, 2024

@ColleagueRiley wow! big review! merging!

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