Displays on-screen keyboard for platforms that lack physical keyboard input. */ NOTE: On desktop platforms, this won't do anything. */
| 577 | /* Displays on-screen keyboard for platforms that lack physical keyboard input. */ |
| 578 | /* NOTE: On desktop platforms, this won't do anything. */ |
| 579 | void OnscreenKeyboard_Open(struct OpenKeyboardArgs* args) { } |
| 580 | /* Sets the text used for keyboard input. */ |
| 581 | /* NOTE: This is e.g. used for mobile on-screen keyboard input with the web client, */ |
| 582 | /* because it is backed by a HTML input, rather than true keyboard input events. */ |
no outgoing calls
no test coverage detected