Lines Matching full:right
65 self.right = (127, 127)
84 right=(None, None), argument
95 :param right: a tuple of absolute (x, y) value of the right joypad
126 right = replace_none_in_tuple(right, self.right)
127 self.right = right
143 self.store_axes("right_stick", gamepad, right)
150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument
157 :param right: a tuple of absolute (x, y) value of the right joypad
165 left=left, right=right, hat_switch=hat_switch, buttons=buttons
206 right=(None, None), argument
217 :param right: a tuple of absolute (x, y) value of the right joypad
230 right=right,