Merge pull request #12815 from Dentomologist/enable_hotkeys_and_controllers_for_focused_tas_input

TAS Input: Enable emulator hotkeys and controller input when TAS Input window has focus
This commit is contained in:
Admiral H. Curtiss 2024-06-15 15:25:40 +02:00 committed by GitHub
commit 3f0f5b3b4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 92 additions and 7 deletions

View file

@ -84,6 +84,11 @@ bool Host_RendererIsFullscreen()
return false;
}
bool Host_TASInputHasFocus()
{
return false;
}
void Host_YieldToUI()
{
}