| 34 | } |
| 35 | |
| 36 | MaaControllerFeature SeizeInput::get_features() const |
| 37 | { |
| 38 | return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick; |
| 39 | } |
| 40 | |
| 41 | // get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick, |
| 42 | // 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe |
nothing calls this directly
no outgoing calls
no test coverage detected