Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
terminalpp::mouse::event Struct Reference

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.
 

Detailed Description

A structure that encapsulates a mouse event.


The documentation for this struct was generated from the following file: