screen_x property

screen_x property

The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.

Definition:

@property
def screen_x(self):
    ...
@screen_x.setter
def screen_x(self, value):
    ...

See Also