Used in mouse events to describe the position and buttons (Actually, not implemented at this time). More...
#include <cursesinterface.h>
Public Member Functions | |
| mouse_info (int row, int col, int mouseDownBitMask) | |
Public Attributes | |
| int | col_ |
| int | row_ |
| int | state_ |
Used in mouse events to describe the position and buttons (Actually, not implemented at this time).
Definition at line 80 of file cursesinterface.h.
| mouse_info | ( | int | row, | |
| int | col, | |||
| int | mouseDownBitMask | |||
| ) |
Definition at line 86 of file cursesinterface.h.
| int col_ |
Definition at line 94 of file cursesinterface.h.
| int row_ |
Definition at line 93 of file cursesinterface.h.
| int state_ |
Definition at line 95 of file cursesinterface.h.
1.6.3