Core/Host: Allow frontends to block inputs

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

View File

@ -33,6 +33,7 @@ enum class HostMessageID
};
bool Host_UINeedsControllerState();
bool Host_UIBlocksControllerState();
bool Host_RendererHasFocus();
bool Host_RendererIsFullscreen();
void Host_Message(HostMessageID id);