client_y property

client_y property

The vertical coordinate at which the event occurred relative to the viewport associated with the event.

Definition:

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

See Also