按钮单独提取出来

This commit is contained in:
2026-08-03 10:00:45 +08:00
parent b2eb81448b
commit f110931ccf
7 changed files with 252 additions and 46 deletions
+1
View File
@@ -63,6 +63,7 @@ public:
bool handle_pointer_press(PointF position);
bool handle_pointer_move(PointF position);
bool handle_pointer_release(PointF position);
bool handle_pointer_leave();
void set_update_callback(std::function<void()> callback);
void set_clipboard_callback(std::function<void(std::string)> callback);