mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Implemented scaling of hardware cursor
This commit is contained in:
@@ -312,3 +312,8 @@ void CursorHandler::changeCursor(Cursor::ShowType newShowType)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void CursorHandler::onScreenResize()
|
||||
{
|
||||
cursor->setImage(getCurrentImage(), getPivotOffset());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user