nashaofu / xcap

XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).
https://docs.rs/xcap
Apache License 2.0
459 stars 55 forks source link

Hide mouse cursor in screenshots #125

Open xalanq opened 4 months ago

xalanq commented 4 months ago

Run

cargo run --example monitor_capture

The output images contain the mouse cursor. Is there any way to hide the mouse cursor?