Function ctru_sys::swkbdSetHintText
source · 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.