Function input_synthesis::synthesizer::media_button_event
source ยท pub async fn media_button_event<I: IntoIterator<Item = MediaButton>>(
pressed_buttons: I,
registry: &mut dyn InputDeviceRegistry,
) -> Result<(), Error>
Expand description
Sends a media buttons report with the specified buttons pressed.