|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
鼠标悬停检测组件 更多...
#include "NeForce/tui/component/component.hpp"函数 | |
| unique_ptr< component_base > | neforce::tui::components::hoverable (unique_ptr< component_base > child, function< void()> on_enter, function< void()> on_leave) |
| 创建鼠标悬停检测组件 | |
| unique_ptr< component_base > | neforce::tui::components::hoverable (unique_ptr< component_base > child, bool *hovered) |
| 创建悬停状态绑定组件 | |