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 1 year ago

razziefox commented 1 year ago

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

Tested on macOS Sonoma 14.1.1

razziefox commented 1 year 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.