You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2024. It is now read-only.
Since python is supposed to abstract this nicely, better than C anyway you should have a
class LibInput:
# almost everything
class LibInputUdev(LibInput):
# the few udev functions
class LibInputPath(LibInput):
# the few path functions
And then maybe a Libinput.context(ContextType=UDEV) (see #1) that returns the right object. This way you don't have a path_foo() function on a udev context and vice versa