-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows window set 40*40 not work #765
Comments
I investigated this before, see tauri-apps/tauri#6792 (comment) and I couldn't find a good way to have windows smaller than this. I'd suggest make your window transparent and only draw what you need and call https://docs.rs/tao/latest/tao/window/struct.Window.html#method.set_ignore_cursor_events when the mouse is in the transparent area. |
Do you have a code example, please? |
I don't see any way of turning the cursor events back on tho. |
windows window set 4040 not work
i need window size si 4040 but in windows not work ,how to get this window? help me .
The text was updated successfully, but these errors were encountered: