FTXUI
0.8.1
C++ functional terminal UI.
|
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift, ctrl, meta). More...
Public Types | |
enum | Button { Left = 0, Middle = 1, Right = 2, None = 3, WheelUp = 4, WheelDown = 5 } |
enum | Motion { Released = 0, Pressed = 1 } |
Data Fields | |
Button | button |
Motion | motion |
bool | shift |
bool | meta |
bool | control |
int | x |
int | y |
A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift, ctrl, meta).
enum Button |
Button button |
Motion motion |
bool shift |
bool meta |
bool control |
int x |
int y |