Files
FTXUI/src/ftxui/component/mouse.cppm
2025-06-05 07:16:53 +02:00

17 lines
305 B
C++

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