client_x property

client_x property

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

Definition:

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

See Also