| 1177 | } |
| 1178 | |
| 1179 | void Control::addCallback(FormEventType event, std::function<void(FormsEvent *e)> callback) |
| 1180 | { |
| 1181 | this->callbacks[event].push_back(callback); |
| 1182 | } |
| 1183 | |
| 1184 | bool Control::click() |
| 1185 | { |
no outgoing calls
no test coverage detected