Sets blank images to every button, changes must be flushed with `.flush()` before they will appear on the device!
(&self)
| 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! |
nothing calls this directly
no outgoing calls
no test coverage detected