Added exact to resizeActive and added moveactive

This commit is contained in:
vaxerski
2022-06-23 10:14:59 +02:00
parent f9745b0d3b
commit 31dc70a41a
5 changed files with 106 additions and 5 deletions

View File

@@ -55,6 +55,12 @@ public:
Optional pWindow for a specific window
*/
virtual void resizeActiveWindow(const Vector2D&, CWindow* pWindow = nullptr) = 0;
/*
Called when a user requests a move of the current window by a vec
Vector2D holds pixel values
Optional pWindow for a specific window
*/
virtual void moveActiveWindow(const Vector2D&, CWindow* pWindow = nullptr) = 0;
/*
Called when a window is ended being dragged
(mouse up)