Route canvas view execution through app core
This commit is contained in:
13
src/legacy_canvas_view_services.h
Normal file
13
src/legacy_canvas_view_services.h
Normal 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
|
||||
Reference in New Issue
Block a user