pub unsafe extern "C" fn swkbdSetHintText(
swkbd: *mut SwkbdState,
text: *const c_char,
)Expand description
Sets the hint text of a software keyboard (that is, the help text that is displayed when the textbox is empty).
ยงArguments
swkbd- Pointer to swkbd state.text- Hint text.