pub unsafe extern "C" fn swkbdSetInitialText(
swkbd: *mut SwkbdState,
text: *const c_char,
)Expand description
Sets the initial text that a software keyboard will display on launch.
ยงArguments
swkbd- Pointer to swkbd state.text- Initial text.