mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-21 11:01:08 -05:00
Implement Cursor Locking and new input focus checks for it
This commit is contained in:
@@ -98,6 +98,12 @@ bool Host_RendererHasFocus()
|
||||
return s_platform->IsWindowFocused();
|
||||
}
|
||||
|
||||
bool Host_RendererHasFullFocus()
|
||||
{
|
||||
// Mouse capturing isn't implemented
|
||||
return Host_RendererHasFocus();
|
||||
}
|
||||
|
||||
bool Host_RendererIsFullscreen()
|
||||
{
|
||||
return s_platform->IsWindowFullscreen();
|
||||
|
||||
Reference in New Issue
Block a user