mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #101221 from bruvzg/win_dec_exp
[Window] Expose `start_drag` and `start_resize` methods (for both native and embedded windows).
This commit is contained in:
commit
65cf7c1d5e
7 changed files with 127 additions and 0 deletions
|
|
@ -401,6 +401,9 @@ public:
|
|||
void grab_focus();
|
||||
bool has_focus() const;
|
||||
|
||||
void start_drag();
|
||||
void start_resize(DisplayServer::WindowResizeEdge p_edge);
|
||||
|
||||
Rect2i get_usable_parent_rect() const;
|
||||
|
||||
// Internationalization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue