Implement Cursor Locking and new input focus checks for it

This commit is contained in:
Filoppi 2021-05-09 13:28:04 +03:00
commit 3c7c2dfaa1
25 changed files with 400 additions and 15 deletions

View file

@ -39,6 +39,10 @@ bool Host_RendererHasFocus()
{
return false;
}
bool Host_RendererHasFullFocus()
{
return false;
}
bool Host_RendererIsFullscreen()
{
return false;