refactor the code to not include BlockAndReadMouse() as a public API_FUNCTION()

This commit is contained in:
Menotdan
2023-05-17 21:44:26 -04:00
parent 48f890dd80
commit 6e6a427488
3 changed files with 5 additions and 9 deletions

View File

@@ -17,9 +17,10 @@ Int2 ScreenUtilities::GetScreenCursorPosition()
class ScreenUtilitiesLinux
{
public:
static void BlockAndReadMouse();
};
void ScreenUtilities::BlockAndReadMouse()
void ScreenUtilitiesLinux::BlockAndReadMouse()
{
}