chore: 作用域啥的

This commit is contained in:
MistEO
2023-03-27 18:00:08 +08:00
parent c5787c687d
commit c5658b84b2

View File

@@ -76,19 +76,19 @@ namespace asst
void clear_info() noexcept;
void callback(AsstMsg msg, const json::value& details);
AsstCallback m_callback;
AsstCallback m_callback = nullptr;
std::minstd_rand m_rand_engine;
asst::PlatformType m_platform_type = PlatformType::Native;
PlatformType m_platform_type = PlatformType::Native;
asst::ControllerType m_controller_type = ControllerType::Minitouch;
ControllerType m_controller_type = ControllerType::Minitouch;
std::shared_ptr<ControllerAPI> m_controller = nullptr;
std::unique_ptr<ControllerFactory> m_controller_factory = nullptr;
std::shared_ptr<asst::ControlScaleProxy> m_scale_proxy = nullptr;
std::shared_ptr<ControlScaleProxy> m_scale_proxy = nullptr;
std::string m_uuid;