The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-2
-2
src/xrt/auxiliary/bindings/bindings.py
··· 187 187 if self.component_name == "position": 188 188 paths.append(basepath + "/" + "x") 189 189 paths.append(basepath + "/" + "y") 190 - if self.has_dpad_emulation(): 191 - paths += dpad_paths(basepath, self.dpad_emulation["center"]) 192 190 paths.append(basepath) 193 191 else: 194 192 paths.append(basepath + "/" + self.component_name)