Added resizeactive
This commit is contained in:
parent
d73e05cc68
commit
663fba76ae
6 changed files with 122 additions and 75 deletions
|
|
@ -49,6 +49,12 @@ public:
|
|||
as.
|
||||
*/
|
||||
virtual void onBeginDragWindow() = 0;
|
||||
/*
|
||||
Called when a user requests a resize of the current window by a vec
|
||||
Vector2D holds pixel values
|
||||
Optional pWindow for a specific window
|
||||
*/
|
||||
virtual void resizeActiveWindow(const Vector2D&, CWindow* pWindow = nullptr) = 0;
|
||||
/*
|
||||
Called when a window is ended being dragged
|
||||
(mouse up)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue