1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Use NOTIFICATION_MOUSE_EXIT instead of a signal for a few editor plugins

This commit is contained in:
VolTer
2023-05-31 20:03:04 +02:00
parent 6101240231
commit 6566b96b63
4 changed files with 12 additions and 22 deletions

View File

@@ -101,8 +101,6 @@ private:
Vector2 get_view_pos(Vector2 p_world_pos) const;
Vector2 get_world_pos(Vector2 p_view_pos) const;
void _on_mouse_exited();
void _redraw();
private: