Function HIDUSER_GetSoundVolume

Source
pub unsafe extern "C" fn HIDUSER_GetSoundVolume(
    volume: *mut u8_,
) -> Result
Expand description

Gets the current volume slider value. (0-63)

ยงArguments

  • volume - Pointer to write the volume slider value to.