FTXUI/src/ftxui/component/mouse.cppm
2025-06-03 19:25:16 +02:00

19 lines
298 B
C++

/**
* @file mouse.cppm
* @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;
}