Sets the text used for keyboard input. */ NOTE: This is e.g. used for mobile on-screen keyboard input with the web client, */ because it is backed by a HTML input, rather than true keyboard input events. */ As such, this is necessary to ensure the HTML input is consistent with */ whatever text input widget is actually being displayed on screen. */
| 583 | /* As such, this is necessary to ensure the HTML input is consistent with */ |
| 584 | /* whatever text input widget is actually being displayed on screen. */ |
| 585 | void OnscreenKeyboard_SetText(const cc_string* text) { } |
| 586 | void OnscreenKeyboard_Draw2D(Rect2D* r, struct Bitmap* bmp) { } |
| 587 | void OnscreenKeyboard_Draw3D(void) { } |
| 588 | /* Hides/Removes the previously displayed on-screen keyboard. */ |
no outgoing calls
no test coverage detected