mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
a/bindings: Don't add dpad paths to all paths in script
They can not be distinguished from core paths there, but they need to be gated by EXT_dpad_binding
This commit is contained in:
parent
7100faf868
commit
60b6fb8eed
|
@ -187,8 +187,6 @@ class Component:
|
|||
if self.component_name == "position":
|
||||
paths.append(basepath + "/" + "x")
|
||||
paths.append(basepath + "/" + "y")
|
||||
if self.has_dpad_emulation():
|
||||
paths += dpad_paths(basepath, self.dpad_emulation["center"])
|
||||
paths.append(basepath)
|
||||
else:
|
||||
paths.append(basepath + "/" + self.component_name)
|
||||
|
|
Loading…
Reference in a new issue