/// Configuration object to setup the Mii Selector applet.
/// Configuration structure to setup the Mii Selector applet.
///
///
/// # Example
/// # Example
/// ```no_run
/// ```no_run
@ -132,7 +132,7 @@ impl MiiSelector {
}
}
/// Set the options of the Mii Selector.
/// Set the options of the Mii Selector.
///
///
/// This will overwrite any previously saved options.
/// This will overwrite any previously saved options.
#[doc(alias = "miiSelectorSetOptions")]
#[doc(alias = "miiSelectorSetOptions")]
pubfnset_options(&mutself,options: Options){
pubfnset_options(&mutself,options: Options){
@ -184,7 +184,7 @@ impl MiiSelector {
}
}
/// Set where the cursor will start at.
/// Set where the cursor will start at.
///
///
/// If there's no Mii at that index, the cursor will start at the Mii with the index 0.
/// If there's no Mii at that index, the cursor will start at the Mii with the index 0.
pubfnset_initial_index(&mutself,index: usize){
pubfnset_initial_index(&mutself,index: usize){
// This function is static inline in libctru
// This function is static inline in libctru
@ -193,7 +193,7 @@ impl MiiSelector {
}
}
/// Launch the Mii Selector.
/// Launch the Mii Selector.
///
///
/// Depending on the configuration, the Mii Selector window will appear either on the bottom screen (default behaviour) or the top screen (see [Options::USE_TOP_SCREEN]).
/// Depending on the configuration, the Mii Selector window will appear either on the bottom screen (default behaviour) or the top screen (see [Options::USE_TOP_SCREEN]).