Merge pull request #9426 from unknownbrackets/input-state
Remove various legacy parts of the InputState
This commit is contained in:
commit
7e007c3973
19 changed files with 2 additions and 510 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue