Lines Matching refs:axes
112 axes = {
119 if axes[0x35] is not None:
120 if axes[0x35] != axes[0x00]:
123 axes[0x00], axes[0x35]
127 if axes[0x36] is not None:
128 if axes[0x36] != axes[0x01]:
131 axes[0x01], axes[0x36]
135 xfuzz = axes[0x35] or axes[0x00]
136 yfuzz = axes[0x36] or axes[0x01]
144 raise InvalidConfigurationError("fuzz should be set for both axes")
154 raise InvalidDeviceError("device does not have x/y axes")
159 raise InvalidDeviceError("device does not have both multitouch axes")
498 print_fuzz("axes", fuzz)