f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
175 stars 10 forks source link

Automatically call fplPollEvents() in fplWindowUpdate() if needed #129

Open f1nalspace opened 2 years ago

f1nalspace commented 2 years ago

Automatically call fplPollEvents() in fplWindowUpdate(), when it was not called - to prevent lock-up of windows. Also for fibers manual fplPollEvent() wont work.