In simple terms, I want to create a window that acts as an overlay, allowing me to click through it without disrupting the click while overlaying other elements. To better understand what I mean, please see this example.
The red border represents the boundary of the tauri window. Ideally, I would like to be able to click on my code and continue typing without the tauri window stealing focus.
I have attempted to use the setIgnoreCursorEvents
function from , but it seems unrelated and unfortunately does not work as intended.