The tag has no usage guidance.

learn more… | top users | synonyms

20
votes
4answers
5k views

Is it normal for a game to use 100% CPU?

I just implemented multi-threaded input handling in my game engine where the code that polls the OS to gather input from it and time stamps them is in a separate thread and each frame in the main ...