mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
allows resizing window in windowed mode
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
virtual ~IScreenHandler() = default;
|
||||
|
||||
/// Updates window state after fullscreen state has been changed in settings
|
||||
virtual void onScreenResize() = 0;
|
||||
virtual bool onScreenResize(bool keepWindowResolution) = 0;
|
||||
|
||||
/// Fills screen with black color, erasing any existing content
|
||||
virtual void clearScreen() = 0;
|
||||
|
||||
Reference in New Issue
Block a user