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 Component 模組中 Mouse 結構的模組文件
3
4module;
5
7
8export module ftxui.component:Mouse;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui:: 命名空間
13 */
14export namespace ftxui {
15 using ftxui::Mouse;
16}
滑鼠事件。它包含滑鼠的座標、按下的按鈕 以及修飾鍵(shift、ctrl、meta)。
Definition mouse.hpp:11
FTXUI 組件操作的模組文件。
FTXUI 的 ftxui:: 命名空間
Definition animation.hpp:10