mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
@ -36,6 +36,7 @@ enum class HostMessageID
|
||||
std::vector<std::string> Host_GetPreferredLocales();
|
||||
bool Host_UIBlocksControllerState();
|
||||
bool Host_RendererHasFocus();
|
||||
bool Host_RendererHasFullFocus();
|
||||
bool Host_RendererIsFullscreen();
|
||||
|
||||
void Host_Message(HostMessageID id);
|
||||
|
Reference in New Issue
Block a user