/** * @file mouse.cppm * @brief Module file for the Mouse struct of the Component module */ module; #include export module ftxui.component.mouse; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::Mouse; }