按钮单独提取出来
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user