| 90 | } |
| 91 | |
| 92 | void swkbdSetHintText(SwkbdState* swkbd, const char* text) |
| 93 | { |
| 94 | swkbdConvertToUTF16(swkbd->hint_text, text, SWKBD_MAX_HINT_TEXT_LEN); |
| 95 | } |
| 96 | |
| 97 | void swkbdSetButton(SwkbdState* swkbd, SwkbdButton button, const char* text, bool submit) |
| 98 | { |
nothing calls this directly
no test coverage detected