diff --git a/TODO b/TODO index 39d99fbe..88d525e8 100644 --- a/TODO +++ b/TODO @@ -51,6 +51,7 @@ Low priority TODO == Platform [bart] port to MacOs and iphone +change win32 mouse cursor icon == UI [bart] fix massive hotkeys when holding down a key diff --git a/src/framework/platform/win32window.cpp b/src/framework/platform/win32window.cpp index a8604f4c..1b081208 100644 --- a/src/framework/platform/win32window.cpp +++ b/src/framework/platform/win32window.cpp @@ -516,6 +516,11 @@ void WIN32Window::swapBuffers() SwapBuffers(m_deviceContext); } +void WIN32Window::restoreMouseCursor() +{ + //TODO +} + void WIN32Window::showMouse() { ShowCursor(true);