All Questions
1 question
1
vote
2
answers
2k
views
Should input be per-frame or per-update?
I'm implementing a GUI system to look around a 2D tile-based world. At the moment, I'm updating it every time the mouse moves (which happens to be per frame, since that's when it polls for events). ...