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:
@ -43,6 +43,10 @@ bool Host_RendererHasFocus()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool Host_RendererHasFullFocus()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user