mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Core/Host: Allow frontends to block inputs
This commit is contained in:
@ -33,6 +33,7 @@ enum class HostMessageID
|
||||
};
|
||||
|
||||
bool Host_UINeedsControllerState();
|
||||
bool Host_UIBlocksControllerState();
|
||||
bool Host_RendererHasFocus();
|
||||
bool Host_RendererIsFullscreen();
|
||||
void Host_Message(HostMessageID id);
|
||||
|
Reference in New Issue
Block a user