Text input
| 177 | |
| 178 | // Text input |
| 179 | bool IsTextInputActive() override |
| 180 | { |
| 181 | return false; |
| 182 | } |
| 183 | TextInputSession* StartTextInput([[maybe_unused]] u8string& buffer, [[maybe_unused]] size_t maxLength) override |
| 184 | { |
| 185 | return nullptr; |
no outgoing calls
no test coverage detected