Nuklear
Nuklear copied to clipboard
MacOS Trackpad fixes in SDL demos
Fixes https://github.com/Immediate-Mode-UI/Nuklear/issues/494
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.