razziefox / decaf

minimal game framework in C
MIT License
2 stars 0 forks source link

Initial performance spike from arrow keys #1

Open razziefox opened 10 months ago

razziefox commented 10 months ago

After initially pressing the arrow keys, performance is hit for a second.

Tested on macOS Sonoma 14.1.1

razziefox commented 10 months ago

after further investigations, this is believe to be an issue with SDL2 rather then decaf. the same issue was replicated on a game developed with FNA and also an entirely different game developed using SDL2. This issue will be closely monitored to see if this gets resolved.