| 846 | } |
| 847 | |
| 848 | MaaControllerFeature MessageInput::get_features() const |
| 849 | { |
| 850 | return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick; |
| 851 | } |
| 852 | |
| 853 | // get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick, |
| 854 | // 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe |
nothing calls this directly
no outgoing calls
no test coverage detected