1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Snap anchors when dragged, depending on the zoom level

This commit is contained in:
Gilles Roudiere
2017-07-30 15:32:22 +02:00
parent fcff42dcb7
commit b329cb9c71
2 changed files with 22 additions and 1 deletions

View File

@@ -334,6 +334,7 @@ class CanvasItemEditor : public VBoxContainer {
void _prepare_drag(const Point2 &p_click_pos);
DragType _get_anchor_handle_drag_type(const Point2 &p_click, Vector2 &r_point);
Vector2 _anchor_snap(Vector2 anchor);
Vector2 _anchor_to_position(Control *p_control, Vector2 anchor);
Vector2 _position_to_anchor(Control *p_control, Vector2 position);