| 20 | } |
| 21 | |
| 22 | MaaControllerFeature LegacyEventInput::get_features() const |
| 23 | { |
| 24 | return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick; |
| 25 | } |
| 26 | |
| 27 | // get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick, |
| 28 | // 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe |
nothing calls this directly
no outgoing calls
no test coverage detected