Added exact to resizeActive and added moveactive
This commit is contained in:
parent
f9745b0d3b
commit
31dc70a41a
5 changed files with 106 additions and 5 deletions
|
|
@ -49,6 +49,7 @@ public:
|
|||
virtual void changeWindowFloatingMode(CWindow*);
|
||||
virtual void onBeginDragWindow();
|
||||
virtual void resizeActiveWindow(const Vector2D&, CWindow* pWindow = nullptr);
|
||||
virtual void moveActiveWindow(const Vector2D&, CWindow* pWindow = nullptr);
|
||||
virtual void onEndDragWindow();
|
||||
virtual void onMouseMove(const Vector2D&);
|
||||
virtual void onWindowCreatedFloating(CWindow*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue