Hi,
I want construct to keep running my game even when the window is unfocused. For my game mechanics it's not suitable to save te "stop time" and then calculate the delta when player re-focus the game window, I need to be able to still run the game while player is doing more stuff on his computer. I've been reading several post and questions and haven't been able to find a suitable solution.
Is there anything that can help? or should I be considering reading SDK to develop a plugin on my own.
Thanks!