Remove End/UpdateInputState and ButtonTracker.

No longer used for anything.
This commit is contained in:
Unknown W. Brackets 2017-03-13 22:58:38 -07:00
parent 02855e7abb
commit 2812ddcc86
9 changed files with 0 additions and 83 deletions

View file

@ -198,11 +198,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);
}