Files
Cagire/plugins/baseview/src/win/mod.rs
Raphaël Forment b728b38d6e
Some checks failed
Deploy Website / deploy (push) Failing after 29s
Feat: add hidden mode and new documentation
2026-02-26 12:31:56 +01:00

10 lines
133 B
Rust

//! Windows platform backend (Win32 / WinAPI).
mod cursor;
mod drop_target;
mod hook;
mod keyboard;
mod window;
pub use window::*;