diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -81,6 +81,12 @@ static void UpdatePalette(HDC dc, uint s SetDIBColorTable(dc, start, count, rgb); } +bool VideoDriver_Win32::ClaimMousePointer() +{ + MyShowCursor(false, true); + return true; +} + struct VkMapping { byte vk_from; byte vk_count;