| 13 | |
| 14 | |
| 15 | DeviceOperateWrapper::DeviceOperateWrapper() |
| 16 | : act(ActionType::NOP), throttle(0), waitTime(0), editable(false), clear(false), |
| 17 | adbInput(false), rawInput(false) { |
| 18 | |
| 19 | } |
| 20 | |
| 21 | DeviceOperateWrapper::DeviceOperateWrapper(const DeviceOperateWrapper &opt) { |
| 22 | this->act = opt.act; |