pub unsafe extern "C" fn miiSelectorSetInitialIndex(
    conf: *mut MiiSelectorConf,
    index: u32_
)
Expand description

Specifies which Mii the cursor should start from

§Arguments

  • conf - Pointer to miiSelector configuration
  • index - Indexed number of the Mii that the cursor will start on. If there is no mii with that index, the the cursor will start at the Mii with the index 0 (the personal Mii).