FTXUI/src/ftxui/component/Mouse.cppm

19 lines
298 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @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;
2025-03-30 00:26:07 +08:00
}