mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
fix win32 error
This commit is contained in:
@@ -516,6 +516,11 @@ void WIN32Window::swapBuffers()
|
||||
SwapBuffers(m_deviceContext);
|
||||
}
|
||||
|
||||
void WIN32Window::restoreMouseCursor()
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
void WIN32Window::showMouse()
|
||||
{
|
||||
ShowCursor(true);
|
||||
|
Reference in New Issue
Block a user