| 41 | } |
| 42 | |
| 43 | MaaControllerFeature MaatouchInput::get_features() const |
| 44 | { |
| 45 | return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick; |
| 46 | } |
| 47 | |
| 48 | // get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, |
| 49 | // 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key |
nothing calls this directly
no outgoing calls
no test coverage detected