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.
pub async fn media_button_event<I: IntoIterator<Item = MediaButton>>(
pressed_buttons: I,
registry: &mut dyn InputDeviceRegistry,
) -> Result<(), Error>
Sends a media buttons report with the specified buttons pressed.