tauri-plugin-decoration 2.0.1

Native window controls, custom decorations, and Windows 11 Snap Layout for Tauri v2 apps.
1
2
3
4
// The show_snap_overlay command has been replaced by the native Win32
// child HWND overlay in snap.rs, which returns HTMAXBUTTON from
// WM_NCHITTEST — the Windows-supported path for Snap Layout.
// No keyboard or mouse simulation is used.