mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-10 18:10:24 +01:00
libinput-measure-trackpoint-range: fix typo
Signed-off-by: Martin Wilck <mwilck@suse.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
41f880a217
commit
c08f2f8988
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class Delta(object):
|
|||
self.x = x
|
||||
self.y = y
|
||||
|
||||
def __bool_(self):
|
||||
def __bool__(self):
|
||||
return self.x != 0 or self.y != 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue