#cursor grab for rectangle inside window
1 messages · Page 1 of 1 (latest)
afaik no
Seems like clip_cursor would do the job
Is there a way to access that within tauri, or do I need some other windows crate?
using the windows/windows-sys crate should work https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/UI/WindowsAndMessaging/fn.ClipCursor.html - should be fairlyyy simple since it doesn't need any input other than the rect and no window handle etc
Thank you!👍