Lines Matching +full:left +full:- +full:right
1 # SPDX-License-Identifier: GPL-2.0
64 self.left = (127, 127)
65 self.right = (127, 127)
83 left=(None, None), argument
84 right=(None, None), argument
93 :param left: a tuple of absolute (x, y) value of the left joypad
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
128 left = replace_none_in_tuple(left, self.left)
129 self.left = left
142 self.store_axes("left_stick", gamepad, left)
143 self.store_axes("right_stick", gamepad, right)
150 self, *, left=(None, None), right=(None, None), hat_switch=None, buttons=None argument
155 :param left: a tuple of absolute (x, y) value of the left joypad
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
205 left=(None, None), argument
206 right=(None, None), argument
215 :param left: a tuple of absolute (x, y) value of the left joypad
217 :param right: a tuple of absolute (x, y) value of the right joypad
229 left=left,
230 right=right,