Route canvas view execution through app core

This commit is contained in:
2026-06-05 05:47:42 +02:00
parent 9373e07d3e
commit e42afcc83f
15 changed files with 456 additions and 33 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
#include "app_core/canvas_view.h"
class App;
namespace pp::panopainter {
[[nodiscard]] pp::foundation::Status execute_legacy_canvas_camera_reset(App& app);
[[nodiscard]] pp::foundation::Status execute_legacy_canvas_view_density(App& app, float density);
[[nodiscard]] pp::foundation::Status execute_legacy_canvas_cursor_mode(App& app, int mode);
} // namespace pp::panopainter