Host: Add Host_RendererIsFullscreen().

This commit is contained in:
Jules Blok
2015-01-04 17:09:56 +01:00
parent 3b9c070ee0
commit b7e056c74d
9 changed files with 33 additions and 4 deletions

View File

@ -572,6 +572,11 @@ bool Host_RendererHasFocus()
return main_frame->RendererHasFocus();
}
bool Host_RendererIsFullscreen()
{
return main_frame->RendererIsFullscreen();
}
void Host_ConnectWiimote(int wm_idx, bool connect)
{
CFrame::ConnectWiimote(wm_idx, connect);