fix win32 error

This commit is contained in:
Eduardo Bart
2012-01-12 23:06:29 -02:00
parent ea70f90e92
commit 8cace32ce7
2 changed files with 6 additions and 0 deletions

View File

@@ -516,6 +516,11 @@ void WIN32Window::swapBuffers()
SwapBuffers(m_deviceContext);
}
void WIN32Window::restoreMouseCursor()
{
//TODO
}
void WIN32Window::showMouse()
{
ShowCursor(true);