Re-introduce window resizing while draggin

This commit is contained in:
Robbert van der Helm
2020-04-12 19:42:12 +02:00
parent 3850e39777
commit c0eafc85fd
3 changed files with 33 additions and 4 deletions
+8
View File
@@ -57,6 +57,14 @@ class Editor {
void close();
/**
* Resize the window to match the given size, if open.
*
* @return Whether the resizing was succesful. Will return false if the
* editor isn't open.
*/
bool resize(const int width, const int height);
/**
* Embed the (open) window into a parent window.
*