refactor the code to not include BlockAndReadMouse() as a public API_FUNCTION()
This commit is contained in:
@@ -17,9 +17,10 @@ Int2 ScreenUtilities::GetScreenCursorPosition()
|
||||
class ScreenUtilitiesLinux
|
||||
{
|
||||
public:
|
||||
static void BlockAndReadMouse();
|
||||
};
|
||||
|
||||
void ScreenUtilities::BlockAndReadMouse()
|
||||
void ScreenUtilitiesLinux::BlockAndReadMouse()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user