Implemented existing OSX window commands + added toggleFullscreen().

This commit is contained in:
Dario Manesku
2015-03-07 23:38:48 +01:00
parent e43e7e0cb5
commit 6935ead3e6
10 changed files with 154 additions and 11 deletions

View File

@@ -440,6 +440,11 @@ namespace entry
BX_UNUSED(_handle);
}
void toggleFullscreen(WindowHandle _handle)
{
BX_UNUSED(_handle);
}
void setMouseLock(WindowHandle _handle, bool _lock)
{
BX_UNUSED(_handle, _lock);