Audacity 3.2.0
|
A pair of screen coordinates, x increasing rightward, y downward. More...
#include <BasicUIPoint.h>
Public Member Functions | |
Point ()=default | |
Point (int x, int y) | |
Public Attributes | |
int | x = -1 |
int | y = -1 |
A pair of screen coordinates, x increasing rightward, y downward.
Origin is unspecified
Definition at line 18 of file BasicUIPoint.h.
|
default |
|
inline |
Definition at line 20 of file BasicUIPoint.h.
int BasicUI::Point::x = -1 |
Definition at line 22 of file BasicUIPoint.h.
Referenced by CommonTrackPanelCell::DoContextMenu(), and BasicMenu::Handle::Popup().
int BasicUI::Point::y = -1 |
Definition at line 23 of file BasicUIPoint.h.
Referenced by BasicMenu::Handle::Popup().