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

@ -22,6 +22,7 @@ void Host_RequestFullscreen(bool) {}
void Host_SetStartupDebuggingParameters() {}
bool Host_UIHasFocus() { return false; }
bool Host_RendererHasFocus() { return false; }
bool Host_RendererIsFullscreen() { return false; }
void Host_ConnectWiimote(int, bool) {}
void Host_SetWiiMoteConnectionState(int) {}
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}