Merge pull request #9426 from unknownbrackets/input-state

Remove various legacy parts of the InputState
This commit is contained in:
Henrik Rydgård 2017-03-14 09:34:57 +01:00 committed by GitHub
commit 7e007c3973
19 changed files with 2 additions and 510 deletions

View file

@ -200,11 +200,6 @@ void UpdateRunLoop(InputState *input_state) {
}
NativeUpdate(*input_state);
{
std::lock_guard<std::mutex> guard(input_state->lock);
EndInputState(input_state);
}
if (GetUIState() != UISTATE_EXIT) {
NativeRender(graphicsContext);
}