FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
mouse.cppm
Go to the documentation of this file.
1
/// @module ftxui.component:Mouse
2
/// @brief Module file for the Mouse struct of the Component module
3
4
module
;
5
6
#include <
ftxui/component/mouse.hpp
>
7
8
export
module
ftxui.component:Mouse
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Mouse
;
16
}
ftxui::Mouse
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift,...
Definition
mouse.hpp:11
ftxui.component
Module file for FTXUI component operations.
mouse.hpp
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10