Function ctru_sys::swkbdSetStatusData
source · pub unsafe extern "C" fn swkbdSetStatusData(
swkbd: *mut SwkbdState,
data: *mut SwkbdStatusData,
in_: bool,
out: bool
)
Expand description
Configures software keyboard internal status management.
§Arguments
swkbd
- Pointer to swkbd state.data
- Pointer to internal status structure (can be in, out or both depending on the other parameters).in
- Specifies whether the data should be read from the structure when the keyboard is launched.out
- Specifies whether the data should be written to the structure when the keyboard is closed.