/// @module ftxui.component.captured_mouse /// @brief Module file for the CapturedMouseInterface class of the Component module module; #include export module ftxui.component.captured_mouse; /** * @namespace ftxui * @brief The FTXUI ftxui:: namespace */ export namespace ftxui { using ftxui::CapturedMouseInterface; }