|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
终端输入驱动 更多...
#include <input.hpp>
Public 成员函数 | |
| input_driver (io_context &ctx, reconciler &r, strand &s) | |
| 构造函数 | |
| void | start () |
| 启动 stdin 监听 | |
| void | stop () |
| 停止 stdin 监听 | |
静态 Public 成员函数 | |
| static bool | check_resize_flag () |
| 检查并清除终端尺寸变更标记 | |
| neforce::tui::input_driver::input_driver | ( | io_context & | ctx, |
| reconciler & | r, | ||
| strand & | s ) |
|
static |