FTXUI/modules/ftxui/component/CapturedMouse.cppm
Toyosatomimi no Miko 571f6dcdcf Trailing newline
2025-03-29 12:26:07 -04:00

19 lines
356 B
C++

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