Files
FTXUI/src/ftxui/component/mouse.cppm

17 lines
305 B
Plaintext
Raw Normal View History

2025-06-05 07:16:53 +02:00
/// @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;
}