Skip to content
Discussion options

You must be logged in to vote

is it possible for window to detect whether it has mouse over it or not

stuff like the native mouseover event should work. Tauri doesn't expose a general input event system yet so using what the webview/browser offers is probably the only way for now. Maybe https://crates.io/crates/rdev too if you can/want to use rust.

[to know: see (fig 1) when mouse pointer goes over it the windows should come at specified location like center, left, etc (see fig 2)]
the windows in fig 1 comes in like fig 2 with like slide animation, it shouldn't just suddenly appear

Yeah, you can't directly animate windows. You can try to set the window positions in a loop yourself but that may be choppy or weird U…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shashankx86
Comment options

@FabianLars
Comment options

Answer selected by shashankx86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants