mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 13:00:24 -05:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
@@ -39,6 +39,10 @@ bool Host_RendererHasFocus()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool Host_RendererHasFullFocus()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user