MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / clear_all_button_images

Method clear_all_button_images

src/asynchronous.rs:155–158  ·  view source on GitHub ↗

Sets blank images to every button, changes must be flushed with `.flush()` before they will appear on the device!

(&self)

Source from the content-addressed store, hash-verified

153 /// Sets blank images to every button, changes must be flushed with `.flush()` before
154 /// they will appear on the device!
155 pub async fn clear_all_button_images(&self) -> Result<(), StreamDeckError> {
156 let device = self.device.lock().await;
157 block_in_place(move || device.clear_all_button_images())
158 }
159
160 /// Sets specified button's image, changes must be flushed with `.flush()` before
161 /// they will appear on the device!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected