|
Terminal++ 4.0.1.23
A C++ library for interacting with ANSI terminal windows
|
A structure that encapsulates a mouse event. More...
#include <mouse.hpp>
Public Attributes | |
| event_type | action_ = event_type::no_button_change |
| The type of action that caused this event. | |
| point | position_ |
| The position of the mouse in this event. | |
Friends | |
| constexpr friend auto | operator<=> (event const &lhs, event const &rhs) noexcept=default |
| Relational operators for events. | |
A structure that encapsulates a mouse event.