Core/Host: Allow frontends to block inputs

This commit is contained in:
spycrab 2019-03-18 17:30:33 +01:00
commit 61350b3d98
6 changed files with 23 additions and 2 deletions

View file

@ -35,6 +35,10 @@ bool Host_UINeedsControllerState()
{
return false;
}
bool Host_UIBlocksControllerState()
{
return false;
}
bool Host_RendererHasFocus()
{
return false;