[feat] enable mouse dragging for MacOSx

This commit is contained in:
dijunkun
2025-05-29 17:05:56 +08:00
parent 05d73ebe9a
commit d72c6d9df7
2 changed files with 19 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ class MouseController : public DeviceController {
private:
std::vector<DisplayInfo> display_info_list_;
bool left_dragging_ = false;
bool right_dragging_ = false;
};
#endif