mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
@@ -151,6 +151,12 @@ bool Host_RendererHasFocus()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Host_RendererHasFullFocus()
|
||||
{
|
||||
// Mouse cursor locking actually exists in Android but we don't implement (nor need) that
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user