mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
fix win32 error
This commit is contained in:
1
TODO
1
TODO
@@ -51,6 +51,7 @@ Low priority TODO
|
|||||||
|
|
||||||
== Platform
|
== Platform
|
||||||
[bart] port to MacOs and iphone
|
[bart] port to MacOs and iphone
|
||||||
|
change win32 mouse cursor icon
|
||||||
|
|
||||||
== UI
|
== UI
|
||||||
[bart] fix massive hotkeys when holding down a key
|
[bart] fix massive hotkeys when holding down a key
|
||||||
|
|||||||
@@ -516,6 +516,11 @@ void WIN32Window::swapBuffers()
|
|||||||
SwapBuffers(m_deviceContext);
|
SwapBuffers(m_deviceContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void WIN32Window::restoreMouseCursor()
|
||||||
|
{
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
void WIN32Window::showMouse()
|
void WIN32Window::showMouse()
|
||||||
{
|
{
|
||||||
ShowCursor(true);
|
ShowCursor(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user