GETTING STARTED
INSTALLATION, UPDATE
API Reference
CONTRIBUTING
PointType
Coordinates of a single point.
The PointType structure describes the coordinates of a single point
See also
microGUI.Widgets.Widget.Location
microGUI.Widgets.Widget.Position
x (int) – X-axis coordinate.
y (int) – Y-axis coordinate.
X-axis coordinate.
Get x property
x
Set x property
TypeError – When not x is not set with int type
int
Y-axis coordinate.
Get y property
y
Set y property
TypeError – When not y is not set with int type