Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

MacOS Trackpad fixes in SDL demos

Open cblc opened this issue 2 years ago • 1 comments

Fixes https://github.com/Immediate-Mode-UI/Nuklear/issues/494

cblc avatar Apr 09 '23 15:04 cblc

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.

RobLoach avatar Sep 12 '23 07:09 RobLoach