| 148 | } |
| 149 | |
| 150 | bool RecordController::click_key(int key) |
| 151 | { |
| 152 | return forward_and_record(RecordType::click_key, RecordKey { key }, [&]() { return inner_->click_key(key); }); |
| 153 | } |
| 154 | |
| 155 | bool RecordController::input_text(const std::string& text) |
| 156 | { |