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

MacOS Trackpad fixes in SDL demos #553

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cblc
Copy link

@cblc cblc commented Apr 9, 2023

Fixes #494

cblc added 2 commits April 9, 2023 11:54
Disable syncing of .DS_Store files in MacOS
Fix lost Trackpad events in the SDL demos, caused by compressing key/button events which shouldn't be compressed.
@RobLoach
Copy link
Contributor

This seems like an improper way to "fix" the issue here. SDL_PollEvent() is expected to loop through every event, and when we are breaking from the loop, it's possible we'll lose pushed event triggers in the event queue.

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.

Many trackpad mouse down events are lost (MacOS+SDL2+OpenGL2)
2 participants